summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorLibravatar Dan Shick <dan.shick@gmail.com>2020-04-08 12:41:00 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2020-04-08 19:00:29 +0200
commit02a1a576e974635028e5293ed4728be68e080c1a (patch)
tree0eb43d596c559132878256681fa810fa9f5341f0 /index.html
parentMinor improvements to the website (diff)
downloadsway-02a1a576e974635028e5293ed4728be68e080c1a.tar.gz
sway-02a1a576e974635028e5293ed4728be68e080c1a.tar.zst
sway-02a1a576e974635028e5293ed4728be68e080c1a.zip
Add subtitles to video on home page
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 0528f941..4007a7de 100644
--- a/index.html
+++ b/index.html
@@ -27,6 +27,7 @@ layout: master
27 <script src="/js/video.js"></script> 27 <script src="/js/video.js"></script>
28 <video class="video-js vjs-16-9" data-setup="{}" controls> 28 <video class="video-js vjs-16-9" data-setup="{}" controls>
29 <source src="https://sr.ht/lJ9C.webm" type="video/webm"> 29 <source src="https://sr.ht/lJ9C.webm" type="video/webm">
30 <track src="assets/lJ9C.vtt" kind="captions" srclang="en" label="English">
30 <p>Your browser does not support HTML5 video.</p> 31 <p>Your browser does not support HTML5 video.</p>
31 </video> 32 </video>
32 </div> 33 </div>