22 lines
536 B
Plaintext
22 lines
536 B
Plaintext
<!DOCTYPE html>
|
||
<html lang="fr">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>Bibliothèque</title>
|
||
</head>
|
||
<body>
|
||
<h1>Bibliothèque</h1>
|
||
|
||
<img src="https://images.pexels.com/photos/30266553/pexels-photo-30266553/free-photo-of-cafe-d-automne-chaleureux-avec-decor-rustique.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
|
||
alt="Café d’automne chaleureux"
|
||
width="500">
|
||
|
||
<br><br>
|
||
|
||
<a href="seigneur_des_anneaux.html">
|
||
<button>Voir Le Seigneur des Anneaux</button>
|
||
</a>
|
||
</body>
|
||
</html>
|
||
|