This commit is contained in:
vista-man
2025-04-09 11:18:01 +02:00
parent 551b24fd42
commit ed9ce9a863

View File

@@ -55,22 +55,7 @@
<source src="img/yt1z.net - Spik Span - Kampioene van de nach de11devande11de 2023 (720p) (1).mp4" type="video/mp4">
</video>
<button onclick="toggleVideo()">
</button>
<script>
function toggleVideo() {
const video = document.getElementById('myVideo');
if (video.paused) {
video.play();
} else {
video.pause();
}
}
</script>
<button onclick="toggleVideo()"></button>
</body>