Test design
continuous-integration/drone/push Build is failing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 634cfa68ab
commit 0d56d19f43

@ -25,4 +25,12 @@ p {
.btn {
background-color: #222831;
resize: none;
color: #fff;
border: 1px solid #44fff6;
box-shadow: 0 0 1px #fff,
0 0 1px #fff,
0 0 5px #44fff6,
0 0 5px #44fff6,
inset 0 0 5px #44fff6;
}

@ -14,7 +14,7 @@
</head>
<body class="m-5">
<a name="" id="" class="btn btn-primary" href="index.php?action=goToHome" role="button">Retour</a>
<a name="" id="" class="btn" href="index.php?action=goToHome" role="button">Retour</a>
<div class="d-flex flex-column align-items-center">
<h1>Partie Terminée !</h1>
<h2>Gagnant : <?php echo $lesInfos[3]->getPseudo() ?></h2>

Loading…
Cancel
Save