27 lines
1.5 KiB
HTML
27 lines
1.5 KiB
HTML
<!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 d’amour que j’aime tant❤️. Comme tu le vois je te fais un petit journal de mes journées, je vais beaucoup m’ennuyer sans toi donc je me suis dis que j’allais m’occuper 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 l’ai fais moi même pour toi. Dans ce journal je te raconterai mes journées comme ça tu verras que sans toi c’est 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>
|