generated from Templates_CodeFirst/templateHtmlCss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
2.0 KiB
48 lines
2.0 KiB
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Gallerie de vidéos</title>
|
|
<link rel="stylesheet" href="../site.css">
|
|
</head>
|
|
<body>
|
|
<header class="bandeau">
|
|
<div class="photo_titre_bandeau">
|
|
<img src="../image/user_arpoulain.jpeg" alt="photo" class="image_accueil">
|
|
<h1 style="margin-left: 10px; margin-top: 40px; margin-right : 10px; text-decoration: underline;">
|
|
<a href="../index.html">Poulain <br> Arsène </a>
|
|
</h1>
|
|
</div>
|
|
<nav id="bouttons_liens_nav">
|
|
<a href="../Cursus.html" style="color:red">
|
|
<div class="bouttons_liens"> <strong> Scolaire </strong>
|
|
</div>
|
|
</a>
|
|
|
|
<a href="../Planning.html" style="color:red">
|
|
<div class="bouttons_liens"><strong>Extra-Scolaire</strong>
|
|
</div>
|
|
</a>
|
|
<a href="../Gallerie d'image/Gallerie d'images.html" style="color:red">
|
|
<div class="bouttons_liens"><strong>Gallerie d'images</strong>
|
|
</div>
|
|
</a>
|
|
|
|
|
|
<a href="../Gallerie video/Gallerie video.html" style="color:red">
|
|
<div class="bouttons_liens"><strong>Gallerie de vidéos</strong>
|
|
</div>
|
|
</a>
|
|
</nav>
|
|
</header>
|
|
<video controls>
|
|
<source src="videos/Kettlebell Juggling - 12699.mp4" />
|
|
<source src="videos/Kettlebell Juggling - 12699.ogv" />
|
|
<source src="videos/Kettlebell Juggling - 12699.webm" />
|
|
</video>
|
|
<footer class="basPage">
|
|
<a href="../index.html">Retour à la page d'accueil </a> <br>
|
|
Poulain Arsène, 1ère année, G5 | 6 Septembre 2024 <br>
|
|
<a href="mailto:arsenepoulain6@gmail.com?">arsenepoulain6@gmail.com</a>
|
|
</footer>
|
|
</body>
|
|
</html> |