-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (58 loc) · 2.84 KB
/
index.html
File metadata and controls
68 lines (58 loc) · 2.84 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Primary Meta Tags -->
<title>Collective Misbehaviour</title>
<meta name="title" content="Collective Misbehaviour">
<meta name="description" content="Theoretical poems by Tom Hodson and Dan Simpson.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://tomhodson.github.io/PoemProject/">
<meta property="og:title" content="Collective Misbehaviour">
<meta property="og:description" content="Theoretical poems by Tom Hodson and Dan Simpson.">
<meta property="og:image" content="https://tomhodson.github.io/PoemProject/assets/preview.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tomhodson.github.io/PoemProject/">
<meta property="twitter:title" content="Collective Misbehaviour">
<meta property="twitter:description" content="Theoretical poems by Tom Hodson and Dan Simpson.">
<meta property="twitter:image" content="https://tomhodson.github.io/PoemProject/assets/preview.png">
<script data-goatcounter="https://tomhodson.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
<link rel = "stylesheet" href = "assets/style.css">
<link rel = "stylesheet" href = "assets/pagestyle.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Stuff related to the favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.json">
<title>Collective Misbehaviour</title>
<link rel="canonical" href="https://thomashodson.com/PoemProject/">
</head>
<body>
<div class = "content">
<header>
<h1>Collective Misbehaviour</h1>
</header>
<div class = "indented">
<p> Theoretical poems by Tom Hodson and Dan Simpson. </p>
<br>
<nav>
<a href = "sandpile_poem"> sandpile </a><br>
<a href = "academic"> complex methodologies </a><br>
<a href = "shimmering_heat"> critical point </a><br>
<br>
<br>
<br>
<br>
<a href = "about.html"> about </a><br>
</nav>
</div>
</div>
<div id = "logo_container">
<img src = "assets/imperial_logo.svg" alt="The logo of Imperial College London" id = "imperial_logo" width = "210" height = "82" >
</div>
</body>
</html>