37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title> Karäfon </title>
|
|
<link rel="stylesheet" href="karafon_style.css" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpg" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="titre">
|
|
<img src="images/logo.jpg" alt="logo de l'association" height="70" width="70"/>
|
|
<h1 id="collectif_karafon">Collectif Karäfon</h1>
|
|
<p id="festival_itinerant">Festival itinérant</p>
|
|
</div>
|
|
<div class="buttons">
|
|
<input name="button" id="boutonAccueil" onclick="fonctionAccueil()" value="Accueil" type="button" > <br/>
|
|
<input name="button" id="boutonPrésentation" onclick="fonctionPrésentation()" value="Présentation" type="button" > <br/>
|
|
<input name="button" id="boutonHistorique" onclick="fonctionHistorique()" value="Historique" type="button" > <br/>
|
|
<input name="button" id="boutonProchainsEvenements" onclick="fonctionProchainsEvenements()" value="Prochaine événements" type="button" > <br/>
|
|
<input name="button" id="boutonContact" onclick="fonctioncontact()" value="Contact" type="button" > <br/>
|
|
</div>
|
|
|
|
|
|
</header>
|
|
<div class="centrer">
|
|
<img src="/photos/festival.jpg" alt="photo du festival"/>
|
|
<h1> prochaine édition en juillet</h1>
|
|
|
|
</body>
|
|
<script id=historique type="text/javascript">
|
|
function fonctionHistorique(){
|
|
window.location.href("historique.html");
|
|
}
|
|
</script>
|
|
</html>
|