Files
Camilou.fr/HTML/Archives/Archives.html
T
Camilla Schoeser ec81bcd634 ajout tout
2026-05-29 21:10:04 +02:00

40 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Archives</title>
<link rel="stylesheet" href="../CSS.css">
<link rel="stylesheet" href="CSS.css">
<link rel="icon" href="icones/icone.ico" type="image/x-icon">
<style>
*{font-family: Times;}
body {background-color: #bc31f8;
background-attachment: fixed; /* Fond d'écran statique */}
body{background-image: url(futurist.png);background-size: cover; background-position: center}
</style>
</head>
<body>
<h1>Archives</h1>
<h2>Archivées</h2>
<br/>
<p>Paragraphe</p>
<ul>
<li>élement de liste</li>
<li>autre élément de liste</li>
</ul>
<a href= "listedespretextes.html" title="index" class="place">Liste des pretextes pour inviter Aloïs la derniere semaine des vacances</a>
<a href= "FournituresScolaires.html" title="index" class="place">fournitures scolaires à préparer pour la rentrée</a>
<a href= "../index.html" title="index" class="Retour">index</a>
</body>
</html>