-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (84 loc) · 3.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!-- Hello, IE users. This is what you deserve. -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>::: ReTrO WeBSiTe ::: | GeoCities</title>
<link rel="stylesheet" type="text/css" href="css/style.min.css">
<link rel="stylesheet" type="text/css" href="css/clippy.css" media="all">
<link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
<!-- Semantic elements fix for IE -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<audio autoplay loop>
<source src="assets/simulated-midi.mp3" type="audio/mpeg">
</audio>
<a class="netscape-logo" href="http://en.wikipedia.org/wiki/Netscape_Navigator">
<img src="assets/netscape-logo.gif" alt="Netscape Navigator logo">
</a>
<section class="intro section">
<img src="assets/torch.gif" alt="Animated torch" class="torch gif">
<h1 id="headline">Welcome to my homepage</h1>
<img src="assets/torch.gif" alt="Animated torch" class="torch gif">
</section>
<div class="site-wrapper">
<h2>Hello there, IE user!</h2>
<img src="assets/me.gif" alt="Portrait of incredibly pretty boy" class="beautiful-man" id="me">
<section class="contact section">
<a href="mailto:[email protected]">
<span>E-mail me</span>
<img src="assets/email.gif" alt="E-mail gif" class="contact gif">
</a>
<p>or</p>
<a href="http://users4.smartgb.com/g/g.php?a=s&i=g44-45540-e5">
<span>sign my guestbook</span>
<img src="assets/guestbook.gif" alt="Oldschool guestbook" class="contact gif">
</a>
</section>
<section class="under-construction section">
<img src="assets/annoying-line.gif" alt="Under construction warning gif" class="warning-tape gif">
<div class="marquee">
<p>Under construction!</p>
</div>
<img src="assets/annoying-line.gif" alt="Under construction warning gif" class="warning-tape gif">
</s>
</section>
<section class="links section">
<img src="assets/links.gif" alt="Cool links" class="links gif">
<ul>
<li>
<a href="http://www.facebook.com/gabriellundmark">Me on Facebook</a>
<img src="assets/hot.gif" alt="Hot gif" class="gif">
</li>
<li>
<a href="http://www.twitter.com/grushamster">Me again on Twitter!!!!!</a>
</li>
<li>
<a href="http://gabriellundmark.com">
"OK, I've downloaded a new browser"
</a>
</li>
<li>Such cool.
</ul>
</section>
</div>
<footer>
<img src="assets/doom-pig.gif" alt="Doom pig monster" class="pig gif">
<img src="assets/counter.gif" alt="Fake visitors counter" class="counter gif">
<p>© Gabriel Lundmark 2018</p>
<p>Recommended resolution: 800x600</p>
</footer>
</body>
<!-- jQuery 1.7+ -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<!-- Clippy.js -->
<script src="js/clippy.min.js"></script>
<!-- Own code -->
<script src="js/scripts.js"></script>
</html>