added sun and stars
This commit is contained in:
+7
-3
@@ -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>
|
||||
Reference in New Issue
Block a user