Backup: branded templates (login, navbar, footer, teaser), FM config, logo

This commit is contained in:
Eric F
2026-06-09 07:15:35 -04:00
parent a70be14f07
commit 29581b14e4
5 changed files with 206 additions and 0 deletions

10
templates/footer.html Normal file
View File

@@ -0,0 +1,10 @@
<footer class="page-footer font-small pt-4 mt-auto">
<div class="footer text-center">
<div class="container-fluid">
<div style="text-align: center; padding: 10px;">
<img src="/ui/static/images/cariflex-logo.jpg" alt="Cariflex" style="max-height: 40px;">
<p style="margin-top: 10px; color: #666;">Cariflex - 2026</p>
</div>
</div>
</div>
</footer>