edits to the page
This commit is contained in:
parent
d94c20b275
commit
c16db71555
2 changed files with 6 additions and 2 deletions
|
@ -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();
|
Loading…
Add table
Add a link
Reference in a new issue