split header and footer

python script now generates index html
This commit is contained in:
2021-11-23 15:49:46 +01:00
parent 78f7db194b
commit 574d24b636
3 changed files with 102 additions and 6 deletions

21
footer.html Normal file
View File

@@ -0,0 +1,21 @@
<footer>
<div class="container">
<div class="row justify-content-center border-0">
<div class="col-xl-12 mt-5 mb-5">
<div class="container">
<div class="row col-md-12">
<div class="col-12 col-md pl-5">
<h6 class="text-light">
Du findest es fehlt ein link oder ein text? Schicke eine mail an linke-menner@systemli.org
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>