9 lines
454 B
HTML
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> |