-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 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
<!DOCTYPE html>
<html>
<head>
<title>Reynir's Beautiful 90's Website dot com</title>
<style>
</style>
</head>
<body>
<h1>Beautiful 90's Website dot com</h1>
<p>This is the product of the <em>Build Your Own 90s Website!</em> workshop 2022.</p>
<article>
<h2>The creation of this website</h2>
<p style="color: #110000;">I spent most of the time getting the webserver running so I didn't have time to make a pretty website.
Please enjoy!</p>
<p style="color: #220000;">Now I'm having trouble with ETags/caching.
Caching is hard!</p>
<p style="color: #440000;">No, the error was that I never closed the <title> tag.</p>
<p style="color: #880000;">This has been a frustrating experience.</p>
<p style="color: #aa0000;">Ever increasingly frustrating.</p>
<p style="color: #ff0000;">And then I was about to give up.</p>
<p>But then I got it working, and the website now lives online.</p>
<h3>Relevant links</h3>
<ul>
<li><a href="unipi.html">How this website is served</a></li>
</ul>
</article>
</body>
</html>