summaryrefslogtreecommitdiff
path: root/links/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'links/index.html')
-rw-r--r--links/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/links/index.html b/links/index.html
index 95b39e3..7c43989 100644
--- a/links/index.html
+++ b/links/index.html
@@ -13,6 +13,7 @@
<!-- External Libraries -->
<!-- Invisible Script Links -->
<script src="/js/hide-context-menu.js"></script>
+ <script src="/js/background-sparkles.js"></script>
</head>
<body>
@@ -34,6 +35,27 @@
video.volume = 0.1;
</script>
</video>
+
+ <!-- Loading Animation -->
+ <div class="loader-wrapper">
+ <div class="loader">
+ <row>
+ <span></span>
+ <span></span>
+ <span></span>
+ </row>
+ <row>
+ <span></span>
+ <span></span>
+ <span></span>
+ </row>
+ <row>
+ <span></span>
+ <span></span>
+ <span></span>
+ </row>
+ </div>
+ </div>
</body>
</html> \ No newline at end of file