added loading screen

This commit is contained in:
8BitBiscotti
2024-12-10 11:30:39 +01:00
parent f514ae89de
commit 97d38f66dd
5 changed files with 121 additions and 1 deletions
+2
View File
@@ -8,6 +8,7 @@
<link rel="stylesheet" href="navBar.css">
<link rel="stylesheet" href="/globalStyle.css">
<link rel="stylesheet" href="/loadingScreen.css">
</head>
<body style="background-color: #323232; color: #ffffff;">
@@ -44,6 +45,7 @@
</ul>
<script src="/pxDensity.js"></script>
<script src="/loadingScreen.js"></script>
</body>
</html>