This commit is contained in:
2025-05-01 20:25:20 +02:00
parent 5657184b08
commit 78b0fa239a
4 changed files with 45 additions and 11 deletions

View File

@@ -27,9 +27,6 @@
</button>
</summary>
<article>
<button class="classic" style="width: 100%;" onclick="system.call('app::devtools')">
Déconnexion
</button>
<button class="classic" style="background-color: #aa3939; width: 100%;" onclick="logout()">
Déconnexion
</button>
@@ -208,7 +205,7 @@
<section class="center">
<img class="logo" src="./assets/img/logo.png" alt="">
<br>
<button class="play">
<button class="play" name="play" onclick="system.call('game::launch')">
Jouer
</button>
</section>