creation index.html et karafon_style.css
This commit is contained in:
commit
ff981485a8
23
index.html
Normal file
23
index.html
Normal 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
0
karafon_style.css
Normal file
Loading…
Reference in New Issue
Block a user