-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 1.15 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
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cosy Website</title>
<link rel="stylesheet" href="/assets/css/reset.css">
</head>
<body>
<header>
<h1>This is a cosy website.</h1>
</header>
<section>
<p>It is hosted on a Raspberry Pi Zero W located in Melbourne, Victoria.</p>
<p>That's pretty cool when you think about it. There's a tiny computer in my living room that lets me share
things
with other people through the internet.</p>
<p>Is it secure? I dunno, sure hope so.</p>
<p>I'm assuming I will break it somehow and then this website will go offline but I guess that's part of it.</p>
</section>
<section>
<h2>Pages</h2>
<ul>
<li><a href="pages/rip.html">R.I.P</a></li>
<li><a href="pages/sad.html">:(</a></li>
<!-- <li><a href="/are-you-lonely.html">Lonely</a></li> -->
</ul>
</section>
<section>
<a href="pages/pi-log.html">
<h2>Pi Log</h2>
</a>
</section>
</body>
</html>