-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home page</title>
<link rel="icon" href="favicon.ico">
<style type="text/css">
body {
font-family: sans-serif;
background-color: #333;
color: #ccc;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0px;
}
a {
color: #ccc;
}
h1 a {
text-decoration: unset;
}
</style>
</head>
<body>
<h1><a href="https://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker%27s_Guide_to_the_Galaxy#Mostly_Harmless" target="_blank">Mostly Harmless</a></h1>
<div class="subtitle">These Github Pages are not hosting anything at the moment. Here's
<a href="https://en.wikipedia.org/wiki/Main_Page" target="_blank">some</a>
<a href="https://datatracker.ietf.org/doc/html/rfc1983" target="_blank">fun</a>
<a href="https://xkcd.com/2765/" target="_blank">stuff</a>
<a href="https://sdf.org/?faq?BASICS?01" target="_blank">in</a>
<a href="https://youtu.be/e9DfSCk-6Ko" target="_blank">case</a>
<a href="https://stackexchange.com/questions?tab=hot" target="_blank">you're</a>
<a href="https://www.benjoffe.com/code/games/torus/" target="_blank">bored</a>.
</div>
</body>
</html>