From 2bd1bf389d9ffc1e79722c70023b4b3e067e1523 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 5 Jun 2018 11:51:56 +0200 Subject: Add web UI --- gui/templates/head.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gui/templates/head.html (limited to 'gui/templates/head.html') diff --git a/gui/templates/head.html b/gui/templates/head.html new file mode 100644 index 0000000..cdf1654 --- /dev/null +++ b/gui/templates/head.html @@ -0,0 +1,25 @@ + + + + + ODR-DabMod + + + + + + + + + + {% for jsurl in js %} + + {% endfor %} + {% for cssurl in css %} + + {% endfor %} + + + + + -- cgit v1.2.3