added poems and redesigned
This commit is contained in:
15
list.html
Normal file
15
list.html
Normal 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>
|
Reference in New Issue
Block a user