Add game frame UI with play button and styling

Introduced a new 'game' frame in logged.html with a title and play button. Added corresponding CSS for layout and button styling in logged.css. Updated JS to show the game frame by default.
This commit is contained in:
2026-01-24 23:50:28 +01:00
parent d2ae3122c9
commit 26e78a82c0
3 changed files with 47 additions and 3 deletions

View File

@@ -81,8 +81,13 @@
</section>
</div>
</article>
<article class="frame game">
<article class="frame game" hidden>
<h1>
Lentia
</h1>
<button class="play">
<i class="fas fa-play-circle"></i> Jouer
</button>
</article>
<article class="frame dynmap" hidden>
<iframe src="" frameborder="0"></iframe>