2024-06-02 23:31:38 +02:00
|
|
|
<!DOCTYPE html>
|
2024-06-10 19:29:21 +02:00
|
|
|
<html lang="en">
|
2024-06-02 23:31:38 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
2024-06-10 19:29:21 +02:00
|
|
|
<title>Site des Jeux Olympiques</title>
|
2024-06-02 23:31:38 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="content index">
|
|
|
|
<header>
|
2024-06-11 09:10:16 +02:00
|
|
|
<h1 class="Hello">Bienvenue sur le site des JO !</h1><br>
|
|
|
|
<nav>
|
|
|
|
<a href="html/events.html">Évènements</a>
|
2024-06-10 19:29:21 +02:00
|
|
|
<a href="html/connexion.html">Connexion</a>
|
|
|
|
<a href="html/inscription.html">Inscription</a>
|
2024-06-02 23:31:38 +02:00
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p style="margin-top:145px;">
|
2024-06-11 09:37:11 +02:00
|
|
|
<h1>Presentation</h1>
|
2024-06-02 23:31:38 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2024-06-11 09:37:11 +02:00
|
|
|
|
|
|
|
|
2024-06-02 23:31:38 +02:00
|
|
|
<footer>
|
2024-06-11 09:37:11 +02:00
|
|
|
<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>
|
2024-06-02 23:31:38 +02:00
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|