24 lines
733 B
HTML
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">>></a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
</html>
|