added blog to main page

This commit is contained in:
2026-01-29 19:27:42 +01:00
parent b1649f5911
commit b98ebb173c
5 changed files with 20 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
var ratCounter = 0;
let playSound = function() {
let bolt = new Audio(`common/rat/bolt${ratCounter}.wav`)
let bolt = new Audio(`/common/rat/bolt${ratCounter}.wav`)
bolt.volume = 0.2;
bolt.play();
ratCounter += 1;