edits to the page
This commit is contained in:
@@ -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>
|
||||
|
@@ -0,0 +1,3 @@
|
||||
import { setTheme } from "../utils/utils.js";
|
||||
|
||||
setTheme();
|
||||
|
Reference in New Issue
Block a user