Correct video urls.

This commit is contained in:
2023-11-07 17:37:17 +01:00
parent 3c8a42a661
commit 9ce48fecce
+3 -3
View File
@@ -4,7 +4,7 @@ scMonitor is a shinny application writen in R that allows to easily explore alre
Here, there is a video showing its features:
<video width="720" height="420" controls>
<source src="scMonitor.webm" type="video/webm">
<track src="scMonitor.eng.vtt" kind="subtitles" srclang="en" label="English" default>
<track src="scMonitor.es.vtt" kind="subtitles" srclang="es" label="Spanish">
<source src="https://git.ratg.cat/marcelcosta/scMonitor/raw/branch/main/scMonitor.webm" type="video/webm">
<track src="https://git.ratg.cat/marcelcosta/scMonitor/raw/branch/main/scMonitor.eng.vtt" kind="subtitles" srclang="en" label="English" default>
<track src="https://git.ratg.cat/marcelcosta/scMonitor/raw/branch/main/scMonitor.es.vtt" kind="subtitles" srclang="es" label="Spanish">
</video>