Adapt static files for flask
This commit is contained in:
parent
27c196ee18
commit
c416ca590b
@ -1,3 +1,13 @@
|
|||||||
|
p {
|
||||||
|
font-family: sans-serif;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-family: sans-serif;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.dataframe {
|
.dataframe {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin: 25px 0;
|
margin: 25px 0;
|
||||||
9
templates/base.html
Normal file
9
templates/base.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<link rel='stylesheet' href="{{ url_for('static', filename='style.css') }}" />
|
||||||
|
<script src="{{ url_for('static', filename='sorttable.js') }}"></script>
|
||||||
|
|
||||||
|
<title>Digitale Beschäftigtenbefragung</title>
|
||||||
|
|
||||||
|
<p><a href="https://zusammen-geht-mehr.verdi.de/beschaeftigtenbefragung">Karte der digitalen Beschäftigtenbefragung</a></p>
|
||||||
|
|
||||||
|
{{ tables|safe }}
|
||||||
Loading…
x
Reference in New Issue
Block a user