-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="main.css">
<title>The Moss Archives</title>
</head>
<body>
<header>
<h1>The Moss Archives</h1>
</header>
<p>
Live versions of fictional sites mentioned on the Channel 4 show <a
href="https://en.wikipedia.org/wiki/The_IT_Crowd">The IT Crowd</a>. I have no
affiliation with Channel 4 and/or The IT Crowd.
</p>
<ul>
<li><a href="/lonelyfaces.co.uk">lonelyfaces.co.uk</a> (S01E03 "Fifty-Fifty")</li>
<li><a href="/bluffball.co.uk">bluffball.co.uk</a> (S03E03 "Are We Not Men?")</li>
<li><a href="/howlonghaveyougot.com">howlonghaveyougot.com</a> (S02E02 "Return of the Golden Child")</li>
<li><a href="/friendface.com">friendface.com</a> (S03E05 "Friendface")</li>
<li><a href="/ladyproblems.com">ladyproblems.com</a> (S01E06 "Aunt Irma Visits")</li>
</ul>
<p>
Please send in your contributions on <a href="https://github.com/rsapkf/moss-archives/">GitHub</a>.
</p>
<section id='image-container'>
<img src="main.jpg" id="image">
</section>
</body>
</html>