-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (76 loc) · 3.03 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
<!DOCTYPE html>
<!-- How about a game? -->
<!-- Try to see if you can complete this little scavenger hunt! -->
<!-- 1. Make your way to a rick-roll in five or less button clicks starting from here -->
<!-- 2. Can you find Daler Mehndi? -->
<!-- GOOD LUCK AND HAVE FUN! -->
<!-- Let me know how you did! -->
<html>
<header>
<title>Browser Not Supported</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Aladin' rel='stylesheet'>
<style>
body {
font-family: 'Aladin';font-size: 22px;
}
</style>
</header>
<body class="back-red animate0">
<div class="back-pink animate">
<h1>WHAT ARE YOU WAITING FOR!</h1>
<p>Download the NEW Netscape Navigator Today!</p>
<img src="https://images.techhive.com/images/article/2014/10/slide-3-100522661-gallery.idge.gif">
</div>
<div></div>
<div></div>
<div class="back-green animate1">
<h3>What critics are saying about the NEW Netscape Navigator</h3>
<div class="back-yellow animate6">
<span>        "The best browser." -Steze Wazniak         </span>
<span>|         "A pioneer of web technology." -Bill Geets
        </span>
<span>|         "Yeah, I'll give it a shot." -James Gosling
        </span>
</div>
</div>
<div></div>
<div></div>
<div class="back-blue animate2">
<h2>Innovation</h2>
<p>Netscape Navigator introduces an all-new design,
support for the world's most popular web technologies,
and the smartest, most powerful rendering engine ever in a browser.
Web surfing that's truly effortless.</p>
<p><u> Netscape Navigator. A new generation of browser.</u></p>
</div>
<div></div>
<div></div>
<div class="back-orange animate3">
<h2>Craftsmanship</h2>
<p>Built with the most durable and robust technologies, Netscape Navigator has been crafted to provide
a truly enjoyable experience during use. Customize your browser your way. Choose from two themes:
the dark sleek gray theme, or the minimal, modern grey theme.</p>
<p><u>Precision engineered. Carefully crafted.</u></p>
</div>
<div></div>
<div></div>
<div class="back-blue animate4">
<h2>Memes</h2>
<p>Netscape Navigator engineers have introduced a new meme rendering engine.
View memes in new stunning Standard Definition. Never before have memes looked this good. Give it a try <a href="memes.html">here</a></p>
<p><u>Entertainment. Delivered.</u></p>
</div>
<div></div>
<div></div>
<div class="back-yellow animate5">
<h1>Download the NEW Netscape Navigator today!</h1>
<div class="sick-button-dude">
<a href="download.html">Click here to download Netscape Navigator</a>
</div>
</div>
<div></div>
<div></div>
</body>
<script type="text/javascript" src="script.js"></script>
</html>