-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (29 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link defer rel='stylesheet' type='text/css' href='/css/tools/bulma.css'>
<link rel='stylesheet' type='text/css' href='/css/tools/materialdesignicons.min.css'>
<script defer src="/script/!SPA-Tools/router.js"></script>
<script defer src="/script/!SPA-Tools/switcher.js"></script>
<script defer src="/script/tasks/!first.js"></script>
<script defer src="/script/auth/auth.js"></script>
<script src="/script/tasks/!task-obj.js"></script>
<!--TODO: Automate this-->
<script src="/script/tasks/temp1.js"></script>
<script src="/script/tasks/not-a-robot.js"></script>
<script src="/script/tasks/email-verify.js"></script>
<script src="/script/tasks/a-page.js"></script>
<script src="/script/tasks/wall-of-buttons.js"></script>
<script src="/script/tasks/next-button.js"></script>
<script src="/script/tasks/trollbutton.js"></script>
<script src="/script/tasks/review-page.js"></script>
<script src="/script/tasks/¡last.js"></script>
<!--I dont even know where to put this-->
<script defer src="/script/auth/users/cobra-game.js"></script>
<script defer src="/script/auth/users/user-page.js"></script>
</head>
<body id="spa-root"></body>
</html>
<!--|| Stop cheating >:( ||-->