From c416ca590bfc1300c9bed2df7e082026c6bc7896 Mon Sep 17 00:00:00 2001 From: Felix Blanke Date: Sat, 19 Aug 2023 22:01:25 +0200 Subject: [PATCH] Adapt static files for flask --- sorttable.js => static/sorttable.js | 0 style.css => static/style.css | 10 ++++++++++ templates/base.html | 9 +++++++++ 3 files changed, 19 insertions(+) rename sorttable.js => static/sorttable.js (100%) rename style.css => static/style.css (84%) create mode 100644 templates/base.html diff --git a/sorttable.js b/static/sorttable.js similarity index 100% rename from sorttable.js rename to static/sorttable.js diff --git a/style.css b/static/style.css similarity index 84% rename from style.css rename to static/style.css index a7857ad..cff8abb 100644 --- a/style.css +++ b/static/style.css @@ -1,3 +1,13 @@ +p { + font-family: sans-serif; + margin: 10px; +} + +a { + font-family: sans-serif; + color: black; +} + .dataframe { border-collapse: collapse; margin: 25px 0; diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..46f8f5b --- /dev/null +++ b/templates/base.html @@ -0,0 +1,9 @@ + + + + +Digitale Beschäftigtenbefragung + +

Karte der digitalen Beschäftigtenbefragung

+ +{{ tables|safe }}