]> git.mar77i.info Git - hublib/blobdiff - hubapps/first/index.html
functioning basic chat app
[hublib] / hubapps / first / index.html
diff --git a/hubapps/first/index.html b/hubapps/first/index.html
new file mode 100644 (file)
index 0000000..7560554
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta http-equiv="X-UA-Compatible" content="ie=edge">
+        <title>Index</title>
+        <!-- <link rel="stylesheet" href="style.css"> -->
+    </head>
+    <body>
+    <script src="common.js"></script>
+    <script src="hub.js"></script>
+    <script type="text/javascript">
+        var ws_uri = "/ws";
+    </script>
+    <script src="index.js"></script>
+    </body>
+</html>