-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>A House of Dust</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css"/>
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|VT323" rel="stylesheet">
</head>
<body>
<main>
<header>
<h1>A HOUSE OF DUST</h1>
<h2>Original by <a href="http://www.damnmagazine.net/2016/09/07/the-house-of-dust-by-alison-knowles/" target="_blank">Alison Knowles</a> in 1967 / Recreated here by <a href="https://www.lorehill.net" target="_blank">Lore Hill</a> in 2018 </h2>
</header>
<article>
<div id="poem">
<div id="0"></div>
</div>
</article>
<footer>
<!--
<h2>Start</h2>
<h2>Stop</h2>
<h2>Clear</h2>
-->
</footer>
</main>
</body>
<script src="main.js"></script>
</html>