From d5cbe10c0e2298b0e40161607a3da158249bdb82 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 4 Dec 2018 10:18:33 +0100 Subject: Move python stuff to folder --- python/gui/templates/head.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 python/gui/templates/head.html (limited to 'python/gui/templates/head.html') diff --git a/python/gui/templates/head.html b/python/gui/templates/head.html new file mode 100644 index 0000000..cdf1654 --- /dev/null +++ b/python/gui/templates/head.html @@ -0,0 +1,25 @@ + + + + + ODR-DabMod + + + + + + + + + + {% for jsurl in js %} + + {% endfor %} + {% for cssurl in css %} + + {% endfor %} + + + + + -- cgit v1.2.3