added sun and stars

This commit is contained in:
8BitBiscotti
2024-12-11 14:51:08 +01:00
parent d66ae0dd55
commit dc61e02c60
6 changed files with 50 additions and 9 deletions
+7 -3
View File
@@ -6,14 +6,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Byte Dice</title>
<link rel="stylesheet" href="navBar.css">
<link rel="stylesheet" href="/navBar.css">
<link rel="stylesheet" href="/globalStyle.css">
<link rel="stylesheet" href="/loadingScreen.css">
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color: #323232; color: #ffffff;">
<canvas id="synthwave" style="position: absolute; bottom: 0%; left: 0%;"></canvas>
<img src="/assets/starNoise_512x512.png" draggable="false" id="starNoise">
<img src="/assets/synthwaveSun_40x40.png" draggable="false" class="synthSun">
<canvas id="synthwave" style="position: absolute; bottom: 0%; left: 0%;"></canvas>
<ul class="navBar">
<li>
<!-- discord URL -->
@@ -51,6 +54,7 @@
<script src="/pxDensity.js"></script>
<script src="/loadingScreen.js"></script>
<script src="/synthwaveEffect.js"></script>
<script src="/script.js"></script>
</body>
</html>