25 lines
693 B
HTML
25 lines
693 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>
|
|
<div>
|
|
<h1 id="filmInfo_title">{{.Title_orig}}</h1>
|
|
<h3 id="filmInfo_year">{{.Year}}</h3></br>
|
|
<p id="filmInfo_desc">{{.Desc}}</p></br>
|
|
<img id="filmInfo_img" width="300" src="{{.Img}}"/>
|
|
</div>
|
|
</body>
|
|
</html>
|