summaryrefslogtreecommitdiff
path: root/directory/games/index.html
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-13 16:48:19 -0700
committers1nical <[email protected]>2019-08-13 16:48:19 -0700
commit6dda54ddc87d0bee2acec67a4fe61f0906a27eb1 (patch)
treed7390380caa24177970ccee989c6bc94fad3a29d /directory/games/index.html
parentfixed dependency issue (diff)
downloads1n.pw-admin-6dda54ddc87d0bee2acec67a4fe61f0906a27eb1.tar.xz
s1n.pw-admin-6dda54ddc87d0bee2acec67a4fe61f0906a27eb1.zip
formatting fix, loader for directory, console log on load
Diffstat (limited to 'directory/games/index.html')
-rw-r--r--directory/games/index.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/directory/games/index.html b/directory/games/index.html
index 3b0b05c..8168bce 100644
--- a/directory/games/index.html
+++ b/directory/games/index.html
@@ -5,12 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>s1nical - /Games</title>
+ <script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" href="/directory/css/main.css">
+ <script src="/directory/games/js/main.js"></script>
</head>
<body>
- <script>
- console.log("You actually checked it out, enjoy!")
- </script>
<div class="container">
@@ -76,5 +75,16 @@
<td align="right">12.9K</td>
</tr>
</div>
+
+ <!-- Loading Animation -->
+ <div class="loader-wrapper">
+ <div class="loader">
+ <span class="">Label:</span>
+ <span class="ascii-spinner-1">|</span>
+ <span class="ascii-spinner-2">/</span>
+ <span class="ascii-spinner-3">--</span>
+ <span class="ascii-spinner-4">\</span>
+ </div>
+ </div>
</body>
</html> \ No newline at end of file