add footer

This commit is contained in:
2024-02-06 17:09:28 +01:00
parent 4a8c122645
commit e495c31ed5
3 changed files with 7 additions and 0 deletions

1
templates/footer.html Normal file
View File

@@ -0,0 +1 @@
<p>Toto nie je oficiálna stránka Adlerky, jedná sa o neoficiálnu študentskú stránku</p>

View File

@@ -18,5 +18,8 @@
<div id="pagearea">
__TEMPLATE__PAGE__
</div>
<div id="footer">
__TEMPLATE__FOOTER__
</div>
</body>
</html>