|
|
@ -31,8 +31,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-4 d-flex align-items-center justify-content-center px-0">
|
|
|
|
<div class="col-4 d-flex align-items-center justify-content-center px-0">
|
|
|
|
<a href=<?php echo '"index.php?action=skipEnigme&id='. $enigme->getIdEnigme() . '&index='. $index .'"' ?>>Skip</a>
|
|
|
|
<a href=<?php echo '"index.php?action=skipEnigme&id='. $enigme->getIdEnigme() . '&index='. $index .'"' ?> class="px-3 py-2"><b>Passer l'énigme</b></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-4 d-flex align-items-center justify-content-center px-0">
|
|
|
|
<div class="col-4 d-flex align-items-center justify-content-center px-0">
|
|
|
|
<p>Temps restant : </p>
|
|
|
|
<p>Temps restant : </p>
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
@ -45,8 +46,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button style="background-color: transparent; border: none; outline: none;" onclick="displayHelp()"
|
|
|
|
<button style="background-color: transparent; border: none; outline: none;" onclick="displayHelp()"
|
|
|
|
class="col d-flex align-items-center">
|
|
|
|
class="col d-flex align-items-center">
|
|
|
|
<div class="col text-right px-2">
|
|
|
|
<div class="col"></div>
|
|
|
|
<p style="font-size: 14px; color: white"><b>Besoin d'aide ?</b></p>
|
|
|
|
<div class="col-3 d-flex justify-content-end px-2" style="width:fit-content">
|
|
|
|
|
|
|
|
<p class="mr-3" style="font-size: 16px; font-family: Equinox; color: white;"><b>Besoin d'aide ?</b></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-1 text-right">
|
|
|
|
<div class="col-1 text-right">
|
|
|
|
<img src="View/assets/img/Foxy.png" alt="Logo" class="rounded-circle moving-fox"
|
|
|
|
<img src="View/assets/img/Foxy.png" alt="Logo" class="rounded-circle moving-fox"
|
|
|
|