blob: f3f130d7e2c7ce9bee59844f9672000d9a92f72c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>websweeper</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="s.css">
</head>
<body>
<div class="">
<div id="board-container">
<span id="board"></span>
</div>
<p id="miscinfo">Loading...</p>
</div>
</body>
<script src="c.js"></script>
</html>
|