-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1005 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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div class="game-container" id="game-container">
<div class="title-cont">
<h1>Soldier in the Space</h1>
</div>
<div class="game-cont"id="game-boxing"></div>
<div class="scoreboard-cont">
<div class="score-box">
<table class="score-table" border="4">
<tr><th>Pos</th><th>Player</th><th>Score</th></tr>
</table>
</div>
<div class="score-box">
<table class="score-table" border="4">
<tr><th>Pos</th><th>Player</th><th>Score</th></tr>
</table>
</div>
<div class="score-box">
<table class="score-table" border="4">
<tr><th>Pos</th><th>Player</th><th>Score</th></tr>
</table>
</div>
</div>
</div>
<div class="form-container" id="user-input">
</div>
<script src="build/project.bundle.js" charset="utf-8"></script>
</body>
</html>