added poems and redesigned

This commit is contained in:
2017-04-03 15:19:07 +02:00
parent f697c77de5
commit e4aa56ee98
7 changed files with 81 additions and 22 deletions

15
list.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Veit's Poems</title>
<link rel="stylesheet" type="text/css" href="/poems/style.css">
</head>
<body>
<div id="links">
{{#names}}
<a class="elem" href="./{{url}}">{{name}}</a>
{{/names}}
</div>
</body>
</html>