aboutsummaryrefslogtreecommitdiffstats
path: root/templates/dashboard.html
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-09-19 22:09:20 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-09-19 22:09:20 +0200
commiteec01c9b72feff9533477014881b982124ca7b6d (patch)
tree084586316e04f01f48b479de0cb41113639ac8d5 /templates/dashboard.html
downloadodr-dabmux-gui-eec01c9b72feff9533477014881b982124ca7b6d.tar.gz
odr-dabmux-gui-eec01c9b72feff9533477014881b982124ca7b6d.tar.bz2
odr-dabmux-gui-eec01c9b72feff9533477014881b982124ca7b6d.zip
Create project
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: #}