inclus page final
This commit is contained in:
21
gagne_b.html
Normal file
21
gagne_b.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Gagné !</title>
|
||||
<link rel="stylesheet" href="static/css/gagne_b.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="fullscreen-container">
|
||||
<!-- Texte en haut -->
|
||||
<div class="header-text">Vous avez gagné !!!</div>
|
||||
<!-- Image centrale -->
|
||||
<img src="static/css/img/gagne.webp" alt="Gagné">
|
||||
<!-- Bouton en bas -->
|
||||
<div class="button-container">
|
||||
<a href="http://jeu.maison43.duckdns.org/final1_b" class="continue-button">Continuer >></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user