mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
oops
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<button type="button" style="height:4em; width:10em;" onclick="playme()" id="trigger">
|
<button type="button" style="height:4em; width:10em;" onclick="playme()" id="trigger">
|
||||||
doot button
|
doot button
|
||||||
</button>
|
</button>
|
||||||
<video id="myVideo" style="display: none" muted>
|
<video id="myVideo" style="display: none">
|
||||||
<source src="{{ url_for('static',
|
<source src="{{ url_for('static',
|
||||||
filename="photos/moving-pictures/doot.mp4")}}" type="video/mp4"> Your
|
filename="photos/moving-pictures/doot.mp4")}}" type="video/mp4"> Your
|
||||||
browser does not support the video tag.
|
browser does not support the video tag.
|
||||||
@@ -23,6 +23,5 @@
|
|||||||
}, 1300);
|
}, 1300);
|
||||||
video.muted = false;
|
video.muted = false;
|
||||||
}
|
}
|
||||||
// playme();
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user