2026-07-03 00:36:06 +02:00

29 lines
768 B
HTML

<!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="/icons/favicon.png"/>
<link rel="manifest" href="/manifest.json"/>
<link rel="stylesheet" type="text/css" href="./styles.css">
<script src="./script.js"></script>
</head>
<body>
<input type="text" id="inEl">
</br>
<input type="button" id="inp_bttn" value="Install" disabled>
<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>