aboutsummaryrefslogtreecommitdiffstats
path: root/templates/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dashboard.html')
-rw-r--r--templates/dashboard.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/dashboard.html b/templates/dashboard.html
new file mode 100644
index 0000000..c8a1693
--- /dev/null
+++ b/templates/dashboard.html
@@ -0,0 +1,13 @@
+{% include "head.html" %}
+<div class="content">
+ <h1>Dashboard</h1>
+ <div class="section">
+ <h2>ODR-DabMux</h2>
+ <p>www.opendigitalradio.org</p>
+ </div>
+ <div class="section">
+ <h2>Remote control</h2>
+ </div>
+</div>
+{% include "foot.html" %}
+{# vi:set et sw=2 ts=2: #}