mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 11:17:09 +01:00
d
This commit is contained in:
17
index.html
17
index.html
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user