From d89b9ea43ac65af549279f6e86c68c66243dcdf3 Mon Sep 17 00:00:00 2001
From: stale <redkugelblitzin@gmail.com>
Date: Wed, 18 May 2022 09:36:43 -0300
Subject: organizing

---
 assets/room.html | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 assets/room.html

(limited to 'assets/room.html')

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>
-- 
cgit v1.2.3