diff options
author | Roel Spilker <r.spilker@gmail.com> | 2022-01-25 14:59:12 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2022-01-25 14:59:12 +0100 |
commit | 4194424bf966c4da91e9cf2df4776a5d4932eab1 (patch) | |
tree | e508118cd86f4e478e750b53b1a4028e74eaf6fd /website | |
parent | 951cea41e17a34ea8bbc362f977c11f283181bf3 (diff) | |
download | lombok-4194424bf966c4da91e9cf2df4776a5d4932eab1.tar.gz lombok-4194424bf966c4da91e9cf2df4776a5d4932eab1.tar.bz2 lombok-4194424bf966c4da91e9cf2df4776a5d4932eab1.zip |
remove outdated video formats, update YouTube url
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/main.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/website/templates/main.html b/website/templates/main.html index be8a3bd9..bb868517 100644 --- a/website/templates/main.html +++ b/website/templates/main.html @@ -12,16 +12,13 @@ <div class="video text-center"> <div id="clickForVideo"><span class="clickToTap">Click</span> to watch a 4 minute demo to learn more.</div> <video id="demoVideo" hidden="hidden" width="800" height="480" poster="/img/poster.png" controls="controls" preload="none"> - <source src="https://projectlombok.org/videos/lombok.ogv" type="video/ogg" /> <source src="https://projectlombok.org/videos/lombok.mp4" type="video/mp4" /> - <source src="https://projectlombok.org/videos/lombok-iPhone.m4v" type="video/mp4" /> <@main.h1 title="Can't watch the video?" /> <p> - <a href="https://www.youtube.com/watch?v=y6zMyM-YTgg">See it on Youtube instead</a>. + <a href="https://www.youtube.com/watch?v=VT3snjTeqhs">See it on Youtube instead</a>. </p><p> Or, download the video:<br/> <a href="/videos/lombok.mp4">MPEG4 / H.264 (Windows / Mac)</a> | - <a href="/videos/lombok.ogv">Ogg Theora & Vorbis ".ogv" (Linux)</a> </p> </video> <div class="row"> |