summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..5f1d8de
--- /dev/null
+++ b/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <title>jigsaw</title>
+ <meta charset="utf-8">
+ <meta content="width=device-width,initial-scale=1" name="viewport">
+ <link rel="icon" href="favicon.ico">
+ <link rel="stylesheet" href="style.css">
+ <script src="index.js"></script>
+</head>
+<body>
+ <button id="host">host</button>
+ <input id="code" type="text">
+ <button id="join">join</button>
+</body>
+</html>