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.
53 lines
1.3 KiB
53 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link type="text/css" rel="stylesheet" href="Galerie.css">
|
|
<link type="text/css" rel="stylesheet" href="style.css">
|
|
|
|
<title>Galerie d'image</title>
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Galerie d'image</h1>
|
|
<nav class = "navbar">
|
|
|
|
<ul>
|
|
<li><a href = "Page_Accueil.html">Accueil</a></li>
|
|
<li><a href = "CursusScolaire.html">Cursus scolaire</a></li>
|
|
<li><a href = "Page_planning.html">Planning</a></li>
|
|
</ul>
|
|
|
|
</nav></header>
|
|
|
|
|
|
|
|
<div>
|
|
<img class = "image1" src = "bloodborne.jpg" title="Bloodborne">
|
|
</div>
|
|
|
|
<div id = "mouthwashing">
|
|
<figure>
|
|
<a href="Mouthwashingtext.html">
|
|
<img class = "image2" src = "mouthwashing.jpg" title="Mouthwashing">
|
|
</a>
|
|
<figcaption class ="description1">Jeu vidéo Mouthwashing</figcaption>
|
|
</figure>
|
|
</div>
|
|
|
|
|
|
<footer>
|
|
<a class = "lien1" href = "Page_Accueil.html" title="Page d'accueil">
|
|
Retourner à la page d'accueil
|
|
</a>
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |