fix nasty hardcode + cool lil 404 page !!!

This commit is contained in:
kittentm 2026-01-25 07:01:32 +01:00
commit 0aa90254eb
4 changed files with 92 additions and 1 deletions

View file

@ -36,4 +36,9 @@
<script src="stages.js"></script>
</body>
<style>
body {
background-image: url("/assets/stage.png");
}
</style>
</html>