diff --git a/priv/static/scratch.txt b/priv/scratch.txt
similarity index 100%
rename from priv/static/scratch.txt
rename to priv/scratch.txt
diff --git a/priv/static/chat.html b/priv/static/chat.html
index c8474cd..1891c8a 100644
--- a/priv/static/chat.html
+++ b/priv/static/chat.html
@@ -6,6 +6,12 @@
+
Chat with websockets
diff --git a/priv/static/css/default.css b/priv/static/css/default.css
index d7f1ad5..fbf7e7b 100644
--- a/priv/static/css/default.css
+++ b/priv/static/css/default.css
@@ -25,6 +25,19 @@ body {
line-height: 1.4;
}
+/* titlebar */
+#titlebar {
+ background: var(--lgray2);
+ height: 40px;
+ width: 100%;
+}
+
+a.tb-home{
+ font-size: 30px;
+ text-decoration: none;
+ font-weight: bold;
+}
+
.content {
max-width: 800px;
diff --git a/priv/static/index.html b/priv/static/index.html
index 74b4386..91952c7 100644
--- a/priv/static/index.html
+++ b/priv/static/index.html
@@ -6,37 +6,21 @@
-
-
WFC Demo
-
-
- -
- Websocket demos that work
-
-
-
- -
- Don't work
-
-
-
-
-
-