30 lines
1021 B
HTML
30 lines
1021 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>vCarrousel (démo)</title>
|
|
<script src="JS/example.app.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="title">vCarrousel</h1>
|
|
<p>Les vidéos qui défilent</p>
|
|
<figure id="vFunanbule">
|
|
<video poster="" controls="controls" width="500">
|
|
<source src="videos/Lizio-Poete-Ferrailleur-clownfunanbule.m4v" type="video/mp4"></source>
|
|
</video>
|
|
<figcaption>Un clown funanbule !</figcaption>
|
|
</figure>
|
|
<figure id="vForgeron">
|
|
<video poster="" controls="controls" width="500">
|
|
<source src="videos/Lizio-Poete-Ferrailleur-forgeron.m4v" type="video/mp4"></source>
|
|
</video>
|
|
<figcaption>Il faut forger pour devenir forgeron !</figcaption>
|
|
</figure>
|
|
<figure id="vCircuit">
|
|
<video poster="" controls="controls" width="500">
|
|
<source src="videos/Lizio-Poete-Ferrailleur-drole-de-circuit.m4v" type="video/mp4"></source>
|
|
</video>
|
|
<figcaption>Drôle de circuit !</figcaption>
|
|
</figure>
|
|
</body>
|
|
</html> |