Front GameEnd
continuous-integration/drone/push Build is failing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 2481ae05c4
commit 51cf2f915c

@ -0,0 +1,22 @@
@font-face {
font-family: Equinox;
src: url("../../assets/fonts/Equinox.otf");
}
@font-face {
font-family: Fauna;
src: url("../../assets/fonts/Fauna.ttf");
}
body {
min-height: 100vh;
font-family: "Equinox", sans-serif;
color: white;
scroll-behavior: smooth;
background-color: #050e15;
}
h1,
h2,
p {
font-family: "Fauna", sans-serif;
color: white;
}

@ -10,14 +10,16 @@
<!-- Bootstrap CSS v5.2.1 -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link rel="stylesheet" href="./View/src/CSS/GameEnd.css" />
</head>
<body class="m-5">
<a name="" id="" class="btn btn-primary" href="index.php?action=goToHome" role="button">Retour</a>
<div id="head">
<h1>Partie Terminée !</h1>
<h2>Gagnant : <?php echo $lesInfos[3]->getPseudo() ?></h2>
<p>Bien joué à tous la partie est finis, voici le classement :</p>
</div>
<table class="table">
<thead>
<tr>

Loading…
Cancel
Save