change some things on the website

This commit is contained in:
2026-04-03 14:38:58 +02:00
parent b2e9342f2e
commit c1d044435f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<script src="js/audio.js"></script>
</head>
<body>
<button class="playbutton">start</button>
<button class="playbutton">Start / Stop</button>
<input type="range" id="volumeSlider" min="0" max="1" step="0.01" value="1">
</body>
</html>