diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-07-14 20:55:41 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-07-14 20:55:41 +0100 |
commit | 9bd456a3b37a09917a03c11c4c9c9fef7db75ecc (patch) | |
tree | cb655dc29ebe7bc50eecbabc16ddb5e689434942 | |
parent | e3aedd2647deb8c83dd34535c00ddd14dd249a4a (diff) |
Link to download video in top page as an option to view it
Downloading the video directly is the lowest-level way to view the
presentation, so it was added as a proposed option.
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ <div class="aspect-ratio"> <iframe class="center" sandbox="allow-same-origin allow-scripts allow-popups" title="Maneage introduction (RDA Adoption Week 2020)" src="https://peertube.stream/videos/embed/f8b1b565-0e8d-4279-b7c5-f20e51e1d8da" frameborder="0" allowfullscreen></iframe> </div> - <p class="clean" style="font-size: 0.7em;"><i>If the video doesn't load</i> after clicking on it, you are probably viewing this page through the HTTP protocol. You have two solutions: either revisit this page through HTTPS at <a href="https://maneage.org">https://maneage.org</a>, or watch the video directly <a href="http://peertube.stream/w/f8b1b565-0e8d-4279-b7c5-f20e51e1d8da">on PeerTube</a>.</p> + <p class="clean" style="font-size: 0.7em;">If the video<i>doesn't load</i> after clicking on it, you are probably viewing this page through the HTTP protocol. You have three solutions: 1) either revisit this page through HTTPS at <a href="https://maneage.org">https://maneage.org</a>. 2) watch the video directly <a href="http://peertube.stream/w/f8b1b565-0e8d-4279-b7c5-f20e51e1d8da">on PeerTube</a>. 3) <a href="http://git.maneage.org/videos.git/plain/maneage-intro-rda-2020-06-18.mp4">Download the video</a>.</p> </section> <section> |