diff options
Diffstat (limited to 'assets/room.html')
-rw-r--r-- | assets/room.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/room.html b/assets/room.html new file mode 100644 index 0000000..f3f130d --- /dev/null +++ b/assets/room.html @@ -0,0 +1,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> |