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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user