diff options
| author | s1n <[email protected]> | 2019-11-10 19:32:30 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-10 19:32:30 -0800 |
| commit | b904254fcd4510807addc4434a81fbe4bceab923 (patch) | |
| tree | 2ba3ff874c9f4f3b6e2edd24056ab9226378f899 /links/index.html | |
| parent | smart controls for links (diff) | |
| download | s1n.pw-admin-b904254fcd4510807addc4434a81fbe4bceab923.tar.xz s1n.pw-admin-b904254fcd4510807addc4434a81fbe4bceab923.zip | |
new links vid
Diffstat (limited to 'links/index.html')
| -rw-r--r-- | links/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/links/index.html b/links/index.html index 48998ed..d5fd37b 100644 --- a/links/index.html +++ b/links/index.html @@ -34,10 +34,11 @@ </div> <video id="vid" autoplay loop disablepictureinpicture playsinline> - <source src="/links/assets/vid.mp4" type="video/mp4"> + <!-- http://youtu.be/4i1yEBUY67E --> + <source src="/links/assets/vid2.mp4" type="video/mp4"> <script> var video = document.currentScript.parentElement; - video.volume = 0.3; + video.volume = 0.5; document.getElementById("vid").controls = true; </script> </video> |