-
Notifications
You must be signed in to change notification settings - Fork 44
/
index.html
126 lines (112 loc) · 3.69 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!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>Really Annoying Directory</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-32870014-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-32870014-7');
</script>
<link rel="stylesheet" href="./styles/default.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
</head>
<body>
<div class="style-select-wrap">
<div class="style-select">Page Layout <span class="select-icon"><i class="fa fa-caret-down" aria-hidden="true"></i></span></div>
<div class="style-list-wrap">
<ul class="style-list"></ul>
</div>
</div>
<a id="github-link-back" href="https://github.com/DevvitIO">
View on Github <i class="fa fa-github"></i>
</a>
<h1>Directory</h1>
<main id="pages-area">
<a class="page-box" href="subDirectory/TEMPLATE.html">
<h4>Template Page</h4>
</a>
<a class="page-box" href="subDirectory/torPage.html">
<h4>Tor</h4>
</a>
<a class="page-box" href="subDirectory/SirDrapplePage.html">
<h4>SirDrapple / LucasProgrammierStube</h4>
</a>
<a class="page-box" href="subDirectory/ricoPage.html">
<h4>Rico</h4>
</a>
<a class="page-box" href="subDirectory/amoutonbrady.html">
<h4>Amoutonbrady</h4>
</a>
<a class="page-box" href="subDirectory/gand988Page.html">
<h4>Gand988</h4>
</a>
<a class="page-box" href="subDirectory/allanPage.html">
<h4>nomadAllan / AllanOcelot</h4>
</a>
<a class="page-box" href="subDirectory/ljp1203Page.html">
<h4>ljp1203</h4>
</a>
<a class="page-box" href="subDirectory/wtsamplerPage.html">
<h4>WTSampler</h4>
</a>
<a class="page-box" href="subDirectory/ajamesmPage.html">
<h4>ajamesm</h4>
</a>
<a class="page-box" href="subDirectory/finchMFGPage.html">
<h4>FinchMFG</h4>
</a>
<a class="page-box" href="subDirectory/humanforklift.html">
<h4>humanforklift</h4>
</a>
<a class="page-box" href="subDirectory/arpitpage.html">
<h4>Arpit</h4>
</a>
<a class="page-box" href="subDirectory/thomas-booker.html">
<h4>thomas-booker</h4>
</a>
<a class="page-box" href="subDirectory/felhe.html">
<h4>felhe</h4>
</a>
<a class="page-box" href="subDirectory/presley12Page.html">
<h4>Presley12</h4>
</a>
<a class="page-box" href="subDirectory/ntno.html">
<h4>ntno</h4>
</a>
<a class="page-box" href="subDirectory/dwaq.html">
<h4>dwaq</h4>
</a>
<a class="page-box" href="subDirectory/covah.html">
<h4>Covah</h4>
</a>
<a class="page-box" href="subDirectory/kellymarjorie.html">
<h4>kellymarjorie</h4>
</a>
<a class="page-box" href="subDirectory/jawasawa.html">
<h4>jawasawa</h4>
</a>
<a class="page-box" href="subDirectory/atropos148.html">
<h4>atropos148</h4>
</a>
<a class="page-box" href="subDirectory/binarydigit.html">
<h4>BinaryDigit</h4>
</a>
<a class="page-box" href="subDirectory/i-like-to-follow-you.html">
<h4>seanmcdon</h4>
</a>
</main>
<script>
// ADDING A STYLESHEET?
// Kindly add your sheet name to the 'syleSheets' array
var styleSheets = ['default', 'finchMFG', 'presley12'];
</script>
<script src="https://use.fontawesome.com/77dd874e10.js"></script>
<script src="scripts/script.js"></script>
</body>
</html>