final version

This commit is contained in:
2026-05-28 15:45:47 +03:00
parent d5bd6d9d97
commit 77a828cace
3 changed files with 133 additions and 48 deletions
@@ -1,6 +1,17 @@
<!DOCTYPE html>
<html>
<head> <meta charset="UTF-8"> </head>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script type="text/javascript" src="main.js"> </script>
</body>
<h2 id="record">RECORD: -</h2>
<h3 id="shots">SHOTS: 0 / 35</h3>
<table id="board"></table>
<script src="main.js"></script>
</body>
</html>