diff --git a/public/!.html b/public/!.html
index 74d7a89f..ea4e41fa 100644
--- a/public/!.html
+++ b/public/!.html
@@ -68,16 +68,6 @@
Games
diff --git a/public/$.html b/public/$.html
index 4b8243b0..2e14b7d7 100644
--- a/public/$.html
+++ b/public/$.html
@@ -67,16 +67,6 @@
-
-
-
discord.gg/dJvdkPRheV
-
Waves.
diff --git a/public/assets/css/$.css b/public/assets/css/$.css
index 38b13f61..419e8caf 100644
--- a/public/assets/css/$.css
+++ b/public/assets/css/$.css
@@ -343,57 +343,6 @@ body {
border: none;
}
-.loading-screen {
- position: fixed;
- top: 0;
- left: 0;
- width: 100vw;
- height: 100vh;
- background-color: #000000d5;
- backdrop-filter: blur(10px);
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 9999;
- opacity: 0;
- transition: opacity 0.5s ease;
- flex-direction: column;
-}
-
-.loading-text {
- font-size: 15px;
- font-weight: 600;
- color: #ffffff;
- letter-spacing: 1px;
- margin-top: 25px;
-}
-
-svg path {
- fill: none;
- stroke: #bdbdbd;
- stroke-width: 2;
-}
-
-#teabag {
- transform-origin: top center;
- transform: rotate(3deg);
- stroke: #bdbdbd;
- stroke-width: 2;
- animation: swing 2s ease-in-out infinite;
-}
-
-#steamL {
- stroke-dasharray: 13;
- stroke-dashoffset: 13;
- animation: steamLarge 2s infinite;
-}
-
-#steamR {
- stroke-dasharray: 9;
- stroke-dashoffset: 9;
- animation: steamSmall 2s infinite;
-}
-
.hover-link {
color: #949494;
text-decoration: none;