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.
51 lines
1.3 KiB
51 lines
1.3 KiB
<!DOCTYPE html> <!-- Doctype HTML5 -->
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link type="text/css" rel="stylesheet" href="style.css">
|
|
<title>Corentin</title>
|
|
<a href="home.html">Accueil</a>
|
|
<a href="cursus.html">cursus</a>
|
|
<a href="planning.html">planning</a>
|
|
<a href="images.html">Images</a>
|
|
<a href="videos.html">Videos</a>
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Cursus scolaire</h1>
|
|
</header>
|
|
<h3>Maternelle</h3>
|
|
<p><strong>Archignat</strong></p>
|
|
<img src="img/Archignat.png" heigh="300px" width ="300px"></img>
|
|
|
|
<h3>Primaire</h3>
|
|
<p><strong>Saint Sauvier</strong></p>
|
|
<p><mark>cp -> ce1</mark></p>
|
|
<img src="">saint_sauvier.jpeg</img>
|
|
|
|
<p><strong>Treignat</strong></p>
|
|
<p><mark>ce2 -> cm2</mark></p>
|
|
<img src="img/treignat.jpeg" heigh="300px" width ="300px"></imgs>
|
|
|
|
|
|
<h3>Collège</h3>
|
|
<p><strong>Huriel</strong></p>
|
|
<p><em>Collège George-Sand</em></p>
|
|
<img src="img/huriel.jpeg" heigh="300px" width ="300px"></img>
|
|
|
|
<h3>Lycée</h3>
|
|
<p><strong>Montluçon</strong></p>
|
|
<p><em>Lycée madame de Staël</em></p>
|
|
<img src="img/montluçon.jpeg" heigh="300px" width ="300px"></img>
|
|
|
|
<h3>Maintenant</h3>
|
|
<p><strong>Aubière</strong></p>
|
|
<img src="img/aubière.jpg" heigh="300px" width ="300px"></img>
|
|
</body>
|
|
<footer>
|
|
<p>
|
|
Pied de page
|
|
</p>
|
|
</footer>
|
|
</html> |