diff options
author | stale <redkugelblitzin@gmail.com> | 2022-05-18 09:36:43 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-05-18 09:36:43 -0300 |
commit | d89b9ea43ac65af549279f6e86c68c66243dcdf3 (patch) | |
tree | 39173297e076c4425149c78f6244a2b762786ac8 /assets/room.html | |
parent | 127a1059fec4fecb4099cb95ddb7ef3c7cf45077 (diff) |
organizing
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> |