Small Site overhaul

This commit is contained in:
Purplebored
2023-09-24 18:31:19 +02:00
parent 8accf824fe
commit e388b54b48
6 changed files with 19 additions and 23 deletions

View File

@@ -29,4 +29,5 @@ html, body {
font-family: 'Noto Sans', sans-serif;
font-size: 24px;
color: white;
}
}
/* CSS code by Purplebored */

View File

@@ -17,4 +17,5 @@
<script src="1.js"></script>
</body>
</html>
<!-- HTML file by Purplebored-->

View File

@@ -7,4 +7,5 @@ document.addEventListener("DOMContentLoaded", function() {
video.muted = false;
instruction.style.display = "none";
});
});
});
// JS file by purplebored