-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
27 lines (27 loc) · 833 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div class="container" align="center">
</br>
<img src="https://i.imgur.com/eAp1s4b.png" width="200px" align="center"/>
<div>
<div id="statetxt" class="black">
undef
</div>
</br>
<select id="gamelist">
</select>
<button id="joingamebtn">Join Game</button>
<button id="joinrandomgamebtn">Join Random Game</button>
</br>
<button id="newgamebtn">New Game</button>
<input type="text" id="newgamename"/>
</div>
<div>
<form class="photon" id="mainfrm">
</form>
</div>
<div id="roominfo" class="black">
undef
</div>
<button id="leavebtn">Leave</button>
</div>
<div id="theDialogue" class="log">
</div>