]> git.mar77i.info Git - hublib/blobdiff - webroot/first/index.html.j2
serve other hubapps too, consolidate and a lot more...
[hublib] / webroot / first / index.html.j2
diff --git a/webroot/first/index.html.j2 b/webroot/first/index.html.j2
new file mode 100644 (file)
index 0000000..8ac692c
--- /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>Chat client</title>
+        <!-- <link rel="stylesheet" href="{% static 'style.css' %}"> -->
+    </head>
+    <body>
+        <script src="{% static 'common.js' %}"></script>
+        <script type="text/javascript">
+            var ws_uri = "{% static 'ws_client' %}";
+        </script>
+        <script src="{% static 'index.js' %}"></script>
+        <h1>Chat</h1>
+    </body>
+</html>