overhauled old theme
This commit is contained in:
parent
f18a342ae5
commit
fb24c6a302
82 changed files with 1378 additions and 1371 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import { audioPath } from './path.js'
|
||||
import { audioPath } from "./path.js";
|
||||
|
||||
let bob = document.getElementById("bob");
|
||||
let help = document.createElement("audio");
|
||||
|
||||
help.src = `${audioPath}bob.ogg`;
|
||||
help.loop = true;
|
||||
bob.appendChild(help);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue