-
Notifications
You must be signed in to change notification settings - Fork 0
/
multichoice.html
41 lines (40 loc) · 1.2 KB
/
multichoice.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-US">
<head>
<title>The Index of Fate</title>
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<style>
h1, h2, p {color: #ffffff; font-family: monospace;}
a:link {
color: #666666;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #666666;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #888888;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #aaaaaa;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body style="background-color:#000000;">
<h1>Open you eyes, Freeman.....</h1>
<h2>click the right link... or you die BIG TIME...</h2>
<img src="images/gman.png" alt="your web browser could not load the spooky g-man picture. sorry"></img>
<i>
<p>EXPLANATION<br><a href="multichoice-a.html" title="[explanation page]">[ ~]$ I don't get it</a></p>
<p>MY CREATION<br><a href="main.html" title="[main webpage]">[ ~]$ Hello, Gordon. Please take me to the Main Frame</a></p>
<p>REPROBATION<br><a href="about:blank" title="[bad idea]">[ ~]$ Bitch!!! Get me outta here</a></p>
</i>
</body>
</html>