-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.97 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
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Personal Space</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png">
<link rel="manifest" href="images/icons/site.webmanifest">
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="images/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="images/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<section id ="four">After we were ‘within’ we were ‘beside’. The difference</section>
<section id ="nine">What layers have you have shed…? Not really sure to</section>
<section id ="two">mono no aware a melancholy sensitivity to ephemera</section>
<section id ="three">My Traction Table: BeforeTractionAha ‘Moment’What next?</section>
<section id ="five"></section>
<section id ="seven">Who will you invite and how will you invite them? I in</section>
<section id ="eight">Hiding but flaunting? The platelets of our blood replacing</section>
<section id ="one">And you have read my mind again Alice in these prompts! The</section>
<section id ="six">The Hummingbird is everywhere in Trinidad! They love the </section>
<script src="scripts/fetch.js"></script>
<!-- <script src="scripts/compromise.min.js"></script> -->
<!-- <script src="data/new.js"></script> -->
<!-- <script src="scripts/create-index.js"></script> -->
<script src="data/index.js"></script>
<script src="scripts/parse-text.js"></script>
</body>
</html>