-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
39 lines (29 loc) · 1.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
<!-- /* Need Help? Join my discord @ discord.gg/yWddFpQ */ -->
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="config.css" type="text/css">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<div class='blur' id="bg">
<!-- ADD your background images here (same format) and make sure to add it in __resource.lua -->
</div>
<div id="container">
<!-- Uncomment for PLAIN TEXT (also uncomment title in app.js) <h2 id="title"></h2> -->
<!-- Your logo below -->
<img class="logo" src="imgs/logo.png">
<br>
<div class="loadbar">
<div class="yeet"></div>
</div>
</div>
<p id="link"></p>
</div>
</center>
<script src="config.js"></script>
<script src="app.js"></script>
<script src="https://www.youtube.com/iframe_api"></script>
</body>
</html>