Files
main-website/love/archives/index.html
T
2026-04-27 06:52:16 +00:00

27 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Pour Clara 💌</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="img/logo.png">
</head>
<body>
<div class="container">
<h1>Ma Semaine sans Toi ❤️</h1>
<p class="intro"> Coucou mon amoureuse damour que jaime tant❤️. Comme tu le vois je te fais un petit journal de mes journées, je vais beaucoup mennuyer sans toi donc je me suis dis que jallais moccuper un peu tout les jours à t’écrire deux trois mots que tu liras à ton retour. Le site te plaît ? Il est joli et tout rose héhé je lai fais moi même pour toi. Dans ce journal je te raconterai mes journées comme ça tu verras que sans toi cest pas pareil😣.</p>
<hr>
<div class="button-grid">
<button onclick="location.href='journals/1_dimanche.html'">Dimanche 27 Avril</button>
<button onclick="location.href='journals/2_lundi.html'">Lundi 28 Avril</button>
<button onclick="location.href='journals/3_mardi.html'">Mardi 29 Avril</button>
<button onclick="location.href='journals/4_mercredi.html'">Mercredi 30 Avril</button>
<button onclick="location.href='journals/5_jeudi.html'">Jeudi 1er Mai</button>
<button onclick="location.href='journals/6_vendredi.html'">Vendredi 2 Mai</button>
<button onclick="location.href='journals/7_samedi.html'">Samedi 3 Mai</button>
<button onclick="location.href='journals/8_dimanche.html'">Dimanche 4 Mai</button>
</div>
</div>
</body>
</html>