build0009

This commit is contained in:
Hell13Cat
2021-12-29 01:03:50 +03:00
parent b7c6ca9788
commit b43e2e2a2b
4 changed files with 42 additions and 3 deletions
+24
View File
@@ -0,0 +1,24 @@
<html>
<head>
<title>Nyako Page</title>
<link rel="stylesheet" href="/statics/style.css">
<meta name="viewport" content="width=device-width">
<!--
<meta name="viewport" content="height=device-height">
<meta name="viewport" content="user-scalable=yes">
-->
</head>
<body>
<div id="maindiv">
<img src="/statics/head2.png" alt="Head Image">
<div id="bodydiv">
<div class="titlediv">
<h1><code>{title}</code></h1>
</div>
<div class="contentdiv">
{text}
</div>
</div>
</div>
</body>
</html>