diff options
| author | s1n <[email protected]> | 2019-11-10 21:50:36 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-10 21:50:36 -0800 |
| commit | 3713275caddcce3d0106302833c002e442e79e82 (patch) | |
| tree | 0ce059132084d8dda4c26a4271056e72f41adf54 | |
| parent | change up site (diff) | |
| download | s1n.pw-admin-3713275caddcce3d0106302833c002e442e79e82.tar.xz s1n.pw-admin-3713275caddcce3d0106302833c002e442e79e82.zip | |
autoplay thing
| -rw-r--r-- | links/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/links/index.html b/links/index.html index b098722..c1683dd 100644 --- a/links/index.html +++ b/links/index.html @@ -38,6 +38,7 @@ <source src="/links/assets/vid2.mp4" type="video/mp4"> <script> var video = document.currentScript.parentElement; + video.play(); video.volume = 0.5; </script> </video> |