site_web_karafon/index.html
2024-06-19 11:47:28 +02:00

25 lines
719 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title> Karäfon </title>
<link rel="stylesheet" href="karäfon_style.css" />
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpg" />
<header>
<img src="images/logo.jpg" alt="logo de l'association" height="70" width="70"/>
<h1>Collectif Karafon</h1>
</header>
<body>
<div class="centrer">
<img src="/photos/festival.jpg" alt="photo du festival"/>
<p>Prochaine édition en juillet</p>
<h1> prochaine édition en juillet en h1</h1>
</div>
<input name="button" id="boutonHistorique" onclick="" value="historique" type="button" > <br/>
</div>
</body>
</html>