This commit is contained in:
Joris Bertomeu
2025-08-19 16:34:19 +02:00
commit 5c6da90f98
33 changed files with 8066 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<!-- Footer partial - inclus dans certaines vues -->
<footer class="mt-auto py-3 bg-light">
<div class="container-fluid text-center">
<span class="text-muted">Mail Notifier &copy; <%= new Date().getFullYear() %> | Serveur mail local avec notifications Pushover</span>
</div>
</footer>