summaryrefslogtreecommitdiff
path: root/links/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-11-10 19:32:30 -0800
committers1n <[email protected]>2019-11-10 19:32:30 -0800
commitb904254fcd4510807addc4434a81fbe4bceab923 (patch)
tree2ba3ff874c9f4f3b6e2edd24056ab9226378f899 /links/index.html
parentsmart controls for links (diff)
downloads1n.pw-admin-b904254fcd4510807addc4434a81fbe4bceab923.tar.xz
s1n.pw-admin-b904254fcd4510807addc4434a81fbe4bceab923.zip
new links vid
Diffstat (limited to 'links/index.html')
-rw-r--r--links/index.html5
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>