6 lines
292 B
Plaintext
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 © <%= new Date().getFullYear() %> | Serveur mail local avec notifications Pushover</span>
|
|
</div>
|
|
</footer> |