Footer Date

This commit is contained in:
2025-06-07 20:53:38 -04:00
parent 916fcba0f8
commit e31c3793ca
5 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@
<!-- Footer -->
<footer class=" text-white text-center py-4">
<div class="container">
<p class="mb-0">&copy; 2024 <%= process.env.OWNER_NAME %>. All rights reserved.</p>
<p class="mb-0">&copy; 2025 <%= process.env.OWNER_NAME %>. All rights reserved.</p>
</div>
</footer>