Files
SMTP-to-Pushover/views/partials/footer.ejs
Joris Bertomeu 5c6da90f98 first
2025-08-19 16:34:19 +02:00

6 lines
292 B
Plaintext

<!-- 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>