blob: 4470aeac8790016a32c46fbaa4a36ae6cfcaa2c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!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>
<div id="board-container">
<span id="board"></span>
</div>
<p id="miscinfo">Loading...</p>
</div>
</body>
<script src="https://unpkg.com/fflate"></script>
<script src="../c.js"></script>
</html>
|