This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (94 loc) · 4.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Microwave Internet Exploder</title>
<link rel="stylesheet" href="https://code.divshot.com/geo-bootstrap/swatch/bootstrap.min.css" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner" style="overflow-y: scroll">
<div class="container">
<a class="brand" href="#">
<img src="https://i.imgur.com/XJbO5rI.gif" style="height:20px;" />
</a>
<ul class="nav">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="https://github.com/firemansamm/internet-exploder/releases">Download</a>
</li>
</ul>
<ul class="nav pull-right">
<li>
<img src="https://web.archive.org/web/20090821222115/http://geocities.com/SunsetStrip/Lounge/7650/dollarspindownd.gif" style="height:40px;"/>
</li>
</ul>
</div>
</div>
</div>
<div class="container" id="main">
<header id="overview" class="jumbotron subhead">
<div class="row">
<div class="span9">
<img src="" />
<h1>
<span class="rainbow-wordart">Microwave Internet</span>
<blink>Exploder</blink>
</h1>
<p class="lead">The browser you never knew you needed</p>
<a class="btn btn-primary btn-large" href="https://github.com/firemansamm/internet-exploder/releases">Download</a>
</div>
<div class="span3" id="icons">
<img src="https://www.w3.org/Icons/valid-html20" />
<img src="https://www.w3.org/Icons/valid-css" />
<img src="https://code.divshot.com/geo-bootstrap/img/test/notepad.gif" />
<img src="https://code.divshot.com/geo-bootstrap/img/test/ie_logo.gif" />
<img src="https://web.archive.org/web/20090821221856im_/http://geocities.com/TheTropics/Beach/3633/assets/images/netscape.gif" />
</div>
</div>
<div class="alert alert-block" style="margin-top:20px">
<img class="pull-left" src="https://code.divshot.com/geo-bootstrap/img/test/drudgesiren.gif" width="60" style="margin-top:-10px"/>
<h4 class="alert-heading">
Incompatible Browser!
</h4>
<p>
This web-site is best viewed in Microwave Internet Exploder ©
</p>
</div>
<div class="row">
<div class="span8">
<h1>Disclaimer</h1>
<p>Content on this site is purely for the lolz. Any resemblance to actual persons, events, browsers or other things in existence is purely coincidental.</p>
</div>
<div class="span2">
<img src="https://media.giphy.com/media/8K5wuRWo4f8xq/200w.gif" style="height:120px"/>
</div>
</div>
<div class="row" style="margin-top: 20px">
<div class="span3">
<img src="https://code.divshot.com/geo-bootstrap/img/test/counter2.gif" style="height:100px;" />
</div>
<div class="span3">
<img src="https://code.divshot.com/geo-bootstrap/img/test/yahooweek.gif" />
</div>
<div class="span2">
<a href="https://web.archive.org/web/19961224024938/http://americanexpress.com/">
<img src="https://web.archive.org/web/19970321011955if_/http://www4.geocities.com:80/pictures/sponsor/amex_trip.gif" />
</a>
</div>
<div class="span4">
<a href="https://web.archive.org/web/19961224024938/http://americanexpress.com/">
<img src="https://web.archive.org/web/20090831165418if_/http://geocities.com/garlapati/americanexpress1.gif" />
<img src="https://web.archive.org/web/20090831165418if_/http://geocities.com/garlapati/americanexpress.gif" />
</a>
</div>
</div>
</header>
</div>
</body>
</body>
</html>