Fix video
continuous-integration/drone/push Build is passing Details

master
Corentin CAILLOT 10 months ago
parent 62513c599f
commit 24bdfef775

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="style.css">
<title>Corentin</title>
<a href="home.html">Accueil</a>
<a href="index.html">Accueil</a>
<a href="cursus.html">cursus</a>
<a href="planning.html">planning</a>
<a href="images.html">Images</a>
@ -73,9 +73,9 @@
<figure>
<div class="video-item">
<video controls muted>
<source src="video/skye_wtf.mp4" type="video/mp4">
<source src="video/skye_wtf.ogg" type="video/ogg">
<source src="video/skye_wtf.webm" type="video/webm">
<source src="video/Skye_wtf.mp4" type="video/mp4">
<source src="video/Skye_wtf.ogg" type="video/ogg">
<source src="video/Skye_wtf.webm" type="video/webm">
Video format not supported !
</video>
</div>

Loading…
Cancel
Save