SaeDEV2.2/index.html

41 lines
1.2 KiB
HTML
Raw Normal View History

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:26:51 +02:00
<h1></h1>
2024-06-02 23:31:38 +02:00
</p>
<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>
2024-06-11 09:26:51 +02:00
<p><strong>Auteur : </strong><a href="mailto:rafael.ghouar-toussaint@etu.u-pec.fr">Rafaël GHOUAR-TOUSSAINT</a></p>
<p><strong>Auteur : </strong><a href="mailto:alexis.hadjem-brancher@etu.u-pec.fr">Alexis Hadjem-Brancher</a></p>
<p><strong>Auteur : </strong><a href="mailto:nicolas1.laurent@etu.u-pec.fr">Nicolas Laurent</a></p>
2024-06-02 23:31:38 +02:00
</div>
</div>
<footer>
</footer>
</body>
</html>