add auxiliaries

This commit is contained in:
2022-01-16 13:56:53 +01:00
parent 93eedc7ac5
commit 78bebead10
3 changed files with 100 additions and 25 deletions

View File

@@ -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>