moved project into new repo

This commit is contained in:
2026-06-22 16:50:45 +00:00
commit 59cf49c026
101 changed files with 3557 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<audio preload autoplay class="audioplay" id="bgmusic">
<source src="/audio/dark-folktronica.mp3" type="audio/mpeg">
</audio>
<script>
var bg_audio = document.getElementById("bgmusic")
bg_audio.volume = 0.05
</script>