taniere-solidaire-acceuil/index.html
2023-11-21 20:09:33 +01:00

30 lines
No EOL
539 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Acceuil de la tanière solidaire</title>
</head>
<link rel="stylesheet" href="style.css">
<body>
<div class="Header">
<h1>La Tanière Solidaire</h1>
<input type="checkbox" id="darkMode" name="darkMode">
</div>
<h2>Les services :</h2>
<ul>
<li>
<div class="icon">
</div>
</li>
<li>OwO</li>
<li>OwO</li>
<li>OwO</li>
</ul>
</body>
</html>