Skip to content

Commit 84a607e

Browse files
Update index.html
1 parent 0e20952 commit 84a607e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<video id="video" onclick="this.play()" style="border-style: dotted;" />
2+
<video id="video" onclick="this.play()" style="border-style: dotted; width:720px; height: 480px" />
33

44
<script>
55
let file = new URLSearchParams(window.location.search).get("file");

0 commit comments

Comments
 (0)