diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-09-20 21:24:32 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-09-20 21:24:32 +0200 |
commit | ad30bb7aedf6b2e959a0ed90e90e2b991a69f6dc (patch) | |
tree | 72ade1a402d3e2e53cf9d976da3ca9a2b66b9a3b /templates/dashboard.html | |
parent | 3189dc23f2abf2060f591219e8256301e7c41aed (diff) | |
download | odr-dabmux-gui-ad30bb7aedf6b2e959a0ed90e90e2b991a69f6dc.tar.gz odr-dabmux-gui-ad30bb7aedf6b2e959a0ed90e90e2b991a69f6dc.tar.bz2 odr-dabmux-gui-ad30bb7aedf6b2e959a0ed90e90e2b991a69f6dc.zip |
Write dabmux config, add README
Diffstat (limited to 'templates/dashboard.html')
-rw-r--r-- | templates/dashboard.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/dashboard.html b/templates/dashboard.html index 040538c..a60d6a1 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,10 +1,6 @@ {% include "head.html" %} <div class="content"> - <h1>Dashboard</h1> - <div class="section"> - <h2>ODR-DabMux</h2> - <p>www.opendigitalradio.org</p> - </div> + <h1>ODR-DabMux Dashboard</h1> <div class="section"> <h2>Remote control</h2> |