init
This commit is contained in:
26
index.html
Normal file
26
index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script src="jquery-3.6.0.min.js"></script>
|
||||
<script src="jquery.fittext.js"></script>
|
||||
<script src="index.js"></script>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<title>Battleship</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg"></div>
|
||||
<div id="fg">
|
||||
<div id="playfield">
|
||||
<div id="remotediv">
|
||||
<table id="remote">
|
||||
</table>
|
||||
</div>
|
||||
<div id="localdiv">
|
||||
<table id="local">
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user