edits to the page

This commit is contained in:
MathMan05 2024-11-30 19:14:12 -06:00
parent d94c20b275
commit c16db71555
2 changed files with 6 additions and 2 deletions

View file

@ -15,8 +15,9 @@
</head>
<body class="no-theme" style="overflow-y: scroll;">
<h1>Place holder text</h1>
<h1>This will eventually be something</h1>
<p>I want to let the sound system of jank not be so hard coded, but I still need to work on everything a bit before that can happen. Thanks for your patience</p>
</body>
<script src="/page.js" type="module"></script>
<script src="/audio/page.js" type="module"></script>
</html>

View file

@ -0,0 +1,3 @@
import { setTheme } from "../utils/utils.js";
setTheme();