10 lines
259 B
PHP
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>
|
|
";
|
|
?>
|