260702_212401

This commit is contained in:
Maciej J. Bowszys 2026-07-02 21:24:01 +02:00
parent d9b4a6f6cf
commit 0fb0789728
6 changed files with 61 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

View 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"
}
}
}

View 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>

View File

@ -7,6 +7,7 @@
<title>moira_db</title>
<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">
<script src="./script.js"></script>