initial
This commit is contained in:
24
layout.html
Normal file
24
layout.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Veit's Poems</title>
|
||||
<link rel="stylesheet" type="text/css" href="./style.css">
|
||||
<script defer src="nav.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
{{#poems}}
|
||||
<div class="poem">
|
||||
{{{.}}}
|
||||
</div>
|
||||
{{/poems}}
|
||||
<div id="bottom">
|
||||
<span class="nav" id="bck">
|
||||
«
|
||||
</span>
|
||||
<span class="nav" id="fwd">
|
||||
»
|
||||
</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user