-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
49 lines (38 loc) · 1.59 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html>
<head>
<title>Bombertab - 20tab srl</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="20tab srl - [email protected]" />
<link href="./favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/screen.css" />
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery.gamequery-0.7.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</head>
<body>
<div id="log_0" class='log' title="log screen"></div>
<div id="log_1" class='log' title="log in"></div>
<div id="log_2" class='log' title="log out"></div>
<div id="select_player">
<img id="emperor_player" data-avatar="e" class="choose_player" src="img/emperor_player.png" alt="emperor" title="emperor" />
<img id="vassal_player" data-avatar="v" class="choose_player" src="img/vassal_player.png" alt="vassal" title="vassal" />
<img id="mule_player" data-avatar="m" class="choose_player" src="img/mule_player.png" alt="mule" title="mule" />
<div id="username_div">USERNAME<br/> <input type="text" name="username_input" id="username_input"/></div>
</div> <!-- /select_player -->
<div id="game_over">
<h2></h2>
<h3 id="play_again">play again</h3>
</div>
<div id="playground">
</div>
<div id="debug_button">
<p>show debug</p>
<input type="checkbox" name="debug" />
</div>
<div id="game_stats">
</div>
</body>
</html>