blob: d96bb778cffd1e30f2c4e295516bf5dc285f0010 (
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>
|