18 lines
438 B
HTML
18 lines
438 B
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>
|
||
|
<img src="images/logo.jpg" alt="logo de l'association" height="70" width="70"/>
|
||
|
<h1>Collectif Karäfon</h1>
|
||
|
</header>
|
||
|
<h1>Historique</h1>
|
||
|
|
||
|
</body>
|
||
|
</html>
|