added a synthwave landscape effect

This commit is contained in:
8BitBiscotti
2024-12-11 12:57:34 +01:00
parent 9e0f98477d
commit 5b8bc2242d
6 changed files with 175 additions and 11 deletions
+4
View File
@@ -12,6 +12,8 @@
</head>
<body style="background-color: #323232; color: #ffffff;">
<canvas id="synthwave" style="position: absolute; bottom: 0%; left: 0%;"></canvas>
<ul class="navBar">
<li>
<!-- discord URL -->
@@ -45,8 +47,10 @@
</li>
</ul>
<script src="/globalScript.js"></script>
<script src="/pxDensity.js"></script>
<script src="/loadingScreen.js"></script>
<script src="/synthwaveEffect.js"></script>
</body>
</html>