inclus page final
This commit is contained in:
23
perdu.html
Normal file
23
perdu.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user