-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloophole.html
111 lines (79 loc) · 3.85 KB
/
loophole.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
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>FELL INTO A wHOLE</title>
<meta name="description" content="this is where you go to get lost">
<meta name="author" content="ET CETER4">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/styles_old.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.ico">
</head>
<body>
<div id="mainContainer" class="container-fluid">
<main id="pages" class="row">
<div id="loop" class="row">
<div class="col-md-12">
<p class="firstMenuItem">
<a href="#" class="class1b" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p>
<a href="#" class="class2a" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p>
<a href="#" class="class3a" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p>
<a href="#" class="class4a" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p class="firstMenuItem">
<a href="#" class="class1b" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p>
<a href="#" class="class2a" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p>
<a href="#" class="class3a" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p>
<a href="#" class="class4a" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p>
<a href="#" class="class2a" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p>
<a href="#" class="class3a" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
<p>
<a href="#" class="class4a" onClick="randomlinks()">L O O P H O L E</a></p>
</p>
</div>
</div>
</main>
</div>
<!-- Main Container End Div -->
</body>
<!-- JS Requests
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/velocity/1.2.3/velocity.min.js"></script>
<script src="https://cdn.jsdelivr.net/velocity/1.2.3/velocity.ui.min.js"></script>
<script src="js/main.js"></script>
<script src="js/analytics.js"></script>
<script language="javascript" type="text/javascript" src="js/loophole.js"></script>
</html>