24 lines
672 B
HTML
24 lines
672 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title> Karafon </title>
|
|
<link rel="stylesheet" href="karafon_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="festival.jpg" alt="photo du festival" class="immobile"/>
|
|
<p>Prochaine édition en juillet</p>
|
|
</div>
|
|
|
|
<input name="button" id="boutonHistorique" onclick="" value="historique" type="button" > <br/>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|