creation index.html et karafon_style.css

This commit is contained in:
eleonore12345 2024-06-19 10:55:32 +02:00
commit ff981485a8
2 changed files with 23 additions and 0 deletions

23
index.html Normal file
View File

@ -0,0 +1,23 @@
<!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>

0
karafon_style.css Normal file
View File