This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
forked from defaultnamehere/formerly-gabegaming.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
61 lines (53 loc) · 1.74 KB
/
index.htm
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
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>PRAISE BE TO DEAN</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="static/js/main.js"></script>
<link rel="stylesheet" href="static/css/main.css" />
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static/css/social.css" />
</head>
<body>
<div class="prepare-gag">
<h1>PLEASE PREPARE YOUR ROBOT<br/>
<div class="prepare-loader">
<img src="static/img/walletisready.jpg" />
</div></h1>
</div>
<div class="social-header">
<div class="social-bar pull-right">
<a href="https://github.com/phantamanta44/effaresee" target="_blank"><div class="icon icon-gh"><i class="fa fa-github"></i></div></a>
</div>
</div>
<audio>
<source src="static/miracle.ogg" />
<source src="static/miracle.mp3" />
</audio>
<div class="gag" style="display: none;">
<img src="static/img/dean.png"/>
<div class="sunburst" style="display: none;">
<div class="outer">
<b></b>
<b></b>
<b></b>
<b></b>
<b></b>
<b></b>
<b></b>
<b></b>
<b></b>
</div>
</div>
</div>
<div>
<iframe class="steam" name="steam" src="http://www.thebluealliance.com/">
</iframe>
</div>
<div class="sale-box" style="display:none;">
167
</div>
<div id="boxes">
</div>
</body>
</html>