First things

This commit is contained in:
Julian
2023-02-13 17:42:41 +01:00
parent 7b69f5806c
commit fe38c25865
12 changed files with 30356 additions and 2845 deletions

12
updater/src/footer.html Normal file
View File

@ -0,0 +1,12 @@
<footer class="footer pt-3 pb-4">
<div class="container-fluid">
<div class="row align-items-center justify-content-lg-between">
<div class="col-lg-6 mb-lg-0 mb-4">
<div class="copyright text-center text-sm text-white text-lg-start">
© 2023,
Developed by PaBr, JulSch
</div>
</div>
</div>
</div>
</footer>