SaeDEV2.2/index.html
Ghouar-Toussaint Rafael 76ee11b085 modif
2024-06-11 09:37:11 +02:00

43 lines
1.1 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<title>Site des Jeux Olympiques</title>
</head>
<body>
<div id="content index">
<header>
<h1 class="Hello">Bienvenue sur le site des JO !</h1><br>
<nav>
<a href="html/events.html">Évènements</a>
<a href="html/connexion.html">Connexion</a>
<a href="html/inscription.html">Inscription</a>
</nav>
</header>
<p style="margin-top:145px;">
<h1>Presentation</h1>
</p>
</div>
<footer>
<div class="licence">
<p style="margin-top:130px;"> Ces ressources sont publiées sous licence Creative Commons Attribution </p>
<a href="http://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank"><img alt="Licence CC Attribution" src="img/cc.png" /></a>
<p><strong>Auteur : </strong><a href="mailto:rafael.ghouar-toussaint@etu.u-pec.fr">Rafaël Ghouar-Toussaint</a> ;
<a href="mailto:alexis.hadjem-brancher@etu.u-pec.fr">Alexis Hadjem-Brancher</a> ;
<a href="mailto:nicolas1.laurent@etu.u-pec.fr">Nicolas Laurent</a></p>
</div>
</footer>
</body>
</html>