aboutsummaryrefslogtreecommitdiffstats
path: root/templates/chat.html
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-23 09:20:21 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-23 09:21:53 +0100
commit47f59cfe19e7d4cc43b4a19c746504016b0881d8 (patch)
treec19ad3199769a2daea1861d3e6ae612e40061ca7 /templates/chat.html
parent8671c1bd2f89dc83c4d495ae0b0e8c814661cc74 (diff)
downloadcats-radio-node-47f59cfe19e7d4cc43b4a19c746504016b0881d8.tar.gz
cats-radio-node-47f59cfe19e7d4cc43b4a19c746504016b0881d8.tar.bz2
cats-radio-node-47f59cfe19e7d4cc43b4a19c746504016b0881d8.zip
Create settings applied template, replace incoming by chat
Diffstat (limited to 'templates/chat.html')
-rw-r--r--templates/chat.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/chat.html b/templates/chat.html
new file mode 100644
index 0000000..584bde5
--- /dev/null
+++ b/templates/chat.html
@@ -0,0 +1,6 @@
+{% include "head.html" %}
+<div class="content">
+ <h1>Chat</h1>
+</div>
+{% include "foot.html" %}
+{# vi:set et sw=2 ts=2: #}