shit
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
<div id="connection-state"></div>
|
||||
<p>
|
||||
|
||||
<!--
|
||||
|
||||
<div id="lobbies" style="display:none">
|
||||
<input type="button" value="Create Lobby" onclick="showCreateLobby()">
|
||||
<input type="button" value="Join Lobby" onclick="showJoinLobby()">
|
||||
|
||||
<p><p>
|
||||
|
||||
<table border="1">
|
||||
<!-- <table border="1">
|
||||
<tr><td>Host</td><td>Name</td><td>Players</td><td>Spectators</td></tr>
|
||||
<tr><td>Ben</td><td>Cool Lobby</td><td>1/2</td><td>2</td><td><input type="button" value="join"></td><td><input type="button" value="spectate"></td></tr>
|
||||
<tr><td>Ines</td><td>bruh Lobby</td><td>2/2</td><td>5</td><td><input type="button" value="join" disabled></td><td><input type="button" value="spectate"></td></tr>
|
||||
@@ -43,9 +43,8 @@
|
||||
<div id="lobby-page-ammount" style="display: inline-block;">1</div>
|
||||
<input type="button" value="previous page (3)" onclick="previousPageOfLobbies()">
|
||||
<input type="button" value="next page (3)" onclick="nextPageOfLobbies()">
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
|
||||
<div id="lobby-create" style="display:none">
|
||||
|
||||
Reference in New Issue
Block a user