Files
JWE/game-control/back.php
T
2024-05-06 21:00:49 +04:00

10 lines
259 B
PHP

<?= "
<div style='display: flex; justify-content: center; align-items: center;'>
<h1 id='title'>$zone</h1>
<a style='text-decoration: none;' href='/'>
<button id='back-button'>🔙 Retour</button>
</a>
</div>
";
?>