add auxiliaries
This commit is contained in:
19
index.html
19
index.html
@@ -10,17 +10,22 @@
|
||||
<title>Battleship</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"></div>
|
||||
<div id="fg">
|
||||
<div id="playfield">
|
||||
<div id="remotediv">
|
||||
<div id="playfield">
|
||||
<div id="remotediv">
|
||||
<table id="remote">
|
||||
</table>
|
||||
</div>
|
||||
<div id="localdiv">
|
||||
</div>
|
||||
<div id="remoteauxdiv">
|
||||
<table id="remoteaux">
|
||||
</table>
|
||||
</div>
|
||||
<div id="localdiv">
|
||||
<table id="local">
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="localauxdiv">
|
||||
<table id="localaux">
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user