site_web_karafon/historique.html

30 lines
1.0 KiB
HTML
Raw Normal View History

2024-06-19 10:53:57 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2024-06-19 13:23:26 +00:00
<title> Karäfon historique</title>
2024-06-19 10:53:57 +00:00
<link rel="stylesheet" href="karafon_style.css" />
2024-06-20 12:04:42 +00:00
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpeg" />
2024-06-19 10:53:57 +00:00
</head>
<body>
<header>
2024-06-19 12:44:32 +00:00
<div class="titre">
2024-06-20 12:04:42 +00:00
<img src="images/logo_citi.png" alt="logo de l'association" id="citi"/>
<img src="images/logo.jpeg" alt="logo de l'association" id="logo"/>
<h1 id="collectif_karafon"> Collectif Karäfon</h1>
<h2 id="festival_itinerant">Festival itinérant</h2>
<ul>
<li><a href="index.html"> Accueil </a></li>
<li><a href="presentation.html"> Présentation </a></li>
<li><a href="prochains_evenements.html"> Prochains évènements </a></li>
<li><a href="historique.html"> Historique </a></li>
<li><a href="contact.html"> Contact </a></li>
</ul>
2024-06-19 12:44:32 +00:00
</div>
2024-06-19 10:53:57 +00:00
</header>
2024-06-19 14:14:46 +00:00
<p>Voici l'historique</p>
2024-06-19 12:44:32 +00:00
2024-06-19 13:23:26 +00:00
</body>
</html>