added stars to most pages for a less empty bg

This commit is contained in:
2026-06-28 15:15:40 +02:00
parent 2ff29e74d6
commit dcac48b1e8
12 changed files with 73 additions and 82 deletions
+4
View File
@@ -28,6 +28,9 @@
<body>
<div id="mainDiv">
<img src="/assets/backgrounds/starNoise_512x512.png" draggable="false" id="starNoise">
<canvas id="starfallCanvas"></canvas>
<div class="toyUl">
<div class="toyLi">
<button onclick="slideTransition('/toys/license', event)" class="toyContainer borderedRect">
@@ -63,6 +66,7 @@
<!-- local -->
<script src="script.js"></script>
<script src="/stars.js"></script>
</body>
</html>
+4
View File
@@ -50,6 +50,9 @@
<!-- Proof that I am Byte Dice? Check the commit history. -->
<div id="mainDiv">
<img src="/assets/backgrounds/starNoise_512x512.png" draggable="false" id="starNoise">
<canvas id="starfallCanvas"></canvas>
<div class="allContainer">
<div id="optionsContainer" class="borderedRect">
<h1 class="optionsCredits h1Top">
@@ -208,6 +211,7 @@
<!-- local -->
<script src="script.js"></script>
<script src="/stars.js"></script>
</body>
</html>