260702_212401
This commit is contained in:
parent
d9b4a6f6cf
commit
0fb0789728
BIN
website/static/icons/moira_db_192.png
Normal file
BIN
website/static/icons/moira_db_192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 994 B |
BIN
website/static/icons/moira_db_512.png
Normal file
BIN
website/static/icons/moira_db_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
BIN
website/static/icons/moira_db_64.png
Normal file
BIN
website/static/icons/moira_db_64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 343 B |
35
website/static/manifest.json
Normal file
35
website/static/manifest.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"lang": "en",
|
||||||
|
"dir": "ltr",
|
||||||
|
"display": "standalone",
|
||||||
|
"name": "moira_db",
|
||||||
|
"short_name": "moira",
|
||||||
|
"icons": [{
|
||||||
|
"src": "icons/moira_db_64.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "64x64"
|
||||||
|
}, {
|
||||||
|
"src": "icons/moira_db_192.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
}, {
|
||||||
|
"src": "icons/moira_db_512.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "512x512"
|
||||||
|
}],
|
||||||
|
"id": "moira_db",
|
||||||
|
"start_url": "/",
|
||||||
|
"theme_color": "white",
|
||||||
|
"background_color": "black",
|
||||||
|
|
||||||
|
"share_target": {
|
||||||
|
"action": "/film/parse_msg/",
|
||||||
|
"method": "POST",
|
||||||
|
"enctype": "application/x-www-form-urlencoded",
|
||||||
|
"params": {
|
||||||
|
"title": "title",
|
||||||
|
"text": "text",
|
||||||
|
"url": "url"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
25
website/templates/film/view/index.html
Normal file
25
website/templates/film/view/index.html
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<title>moira_db</title>
|
||||||
|
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="./styles.css">
|
||||||
|
<script src="./script.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<input type="text" id="inEl">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h1 id="filmInfo_title"></h1>
|
||||||
|
<h3 id="filmInfo_year"></h3></br>
|
||||||
|
<p id="filmInfo_desc"></p></br>
|
||||||
|
<img id="filmInfo_img" width="300" />
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
<title>moira_db</title>
|
<title>moira_db</title>
|
||||||
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
||||||
|
<link rel="manifest" href="manifest.json"/>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="./styles.css">
|
<link rel="stylesheet" type="text/css" href="./styles.css">
|
||||||
<script src="./script.js"></script>
|
<script src="./script.js"></script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user