Files
2026-05-28 15:45:47 +03:00

17 lines
258 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2 id="record">RECORD: -</h2>
<h3 id="shots">SHOTS: 0 / 35</h3>
<table id="board"></table>
<script src="main.js"></script>
</body>
</html>