Files
METH_Transcendence/docker-compose/requirements/djangoserver/file/server/server/templates/waitingGamePage.html
Kum1ta 88e3fa3d97 Site
- Started multi online game
Django
    - Add some path
2024-09-15 00:06:51 +02:00

9 lines
454 B
HTML

<div id="topBar">
<h1>PTME</h1>
</div>
<div style='color: white; position: absolute; left: 50%; top: 50%; text-align: center; transform: translate(-50%, -50%); font-size: 5vh;'>
<p id="sentence">Waiting for other players to start the game</p>
</div>
<div id="returnToLobbyButton" style="position: absolute; bottom: 50px; left: 50%; transform: translate(-50%, 0); background-color: white; padding: 10px; cursor: pointer;">
<p>Return to lobby</p>
</div>