Files
geocaching_js/perdu.html
2024-12-24 00:52:14 +01:00

24 lines
733 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Perdu</title>
<link rel="stylesheet" href="static/css/perdu.css">
</head>
<body>
<body>
<div class="fullscreen-container">
<!-- Texte en haut -->
<div class="header-text">Vous avez perdu !!!</div>
<!-- Image centrale -->
<img src="static/css/img/perdu.webp" alt="perdu">
<!-- Bouton en bas -->
<div class="button-container">
<a href="http://jeu.maison43.duckdns.org/supervise" class="continue-button">&gt;&gt;</a>
</div>
</div>
</body>
</body>
</html>