-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>UtilityStyles • Home</title>
<script src="/UtilityStyles/media/global.js" async></script>
<meta property="og:title" content="UtilityStyles • Home">
<meta property="og:description" content="
">
<meta property="og:image" content="">
<meta property="og:url" content="/">
</head>
<body>
<span id="greetingText">Heya, welcome back.</span>
<span id="redirectText">
<span>Lookin" for something around here? Here, try one of</span>
<i>these.</i>
</span>
<div id="websitesGrid">
<div id="privacySecurity">
<span class="folderTitle">Privacy & Security</span>
</div>
<div id="mediaPiracy">
<span class="folderTitle">Media Piracy</span>
</div>
<div id="alternativeApps">
<span class="folderTitle">Alternative Apps</span>
</div>
<div id="">
<span class="folderTitle">...</span>
</div>
<div id="styles">
<span class="folderTitle">Styles</span>
</div>
<div id="aboutMe">
<span class="folderTitle">About Me</span>
</div>
</div>
</body>
</html>