ilo-pali-pi-nimi-sin/templates/index.html.hbs

28 lines
706 B
Handlebars
Raw Normal View History

2022-05-03 12:10:07 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/static/stylesheet.css">
2022-05-03 14:16:40 +00:00
<title> {{nimisin}} </title>
2022-05-03 12:10:07 +00:00
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/static/󱥠.png">
</head>
<body>
2022-05-05 02:11:15 +00:00
<header id=header>
2022-05-05 20:16:57 +00:00
<h2><a href="/"><img src="static/󱥠󱥣.png" width="64px" alt="ilo pi nimi sin"></a></h2>
2022-05-05 02:11:15 +00:00
</header>
2022-05-03 12:10:07 +00:00
<div class=nimisin-poki>
<h1 class=nimisin>{{nimisin}}</h1>
2022-05-04 17:01:31 +00:00
<p class=kon>{{kon}}</p>
<pre class=toki>{{toki}}</pre>
2022-05-03 12:10:07 +00:00
</div>
2022-05-05 02:15:07 +00:00
<footer class=toki id=footer>
<a href="seme">󱥁󱤧󱥙</a>
<span >|</span>
<a href="/">󱥂󱥝</a>
2022-05-03 12:10:07 +00:00
</footer>
</body>
</html>