diff --git a/src/webpage/audio/index.html b/src/webpage/audio/index.html index 429291e..0d92d35 100644 --- a/src/webpage/audio/index.html +++ b/src/webpage/audio/index.html @@ -15,8 +15,9 @@ -

Place holder text

+

This will eventually be something

+

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

- + diff --git a/src/webpage/audio/page.ts b/src/webpage/audio/page.ts index e69de29..a37af3f 100644 --- a/src/webpage/audio/page.ts +++ b/src/webpage/audio/page.ts @@ -0,0 +1,3 @@ +import { setTheme } from "../utils/utils.js"; + +setTheme();