Files
NaliiaWebsite/src/components/footer/Footer.astro
Juan Diego Moreno Upegui 9ea8c2a156 - Cleaned project's folders and files.
- Created general layout for pages with title as prop.
- Added favicon
- Added header and footer to the layout
2026-01-29 13:09:34 -05:00

8 lines
91 B
Plaintext

---
---
<footer>
<p>&copy; 2024 Naliia. Todos los derechos reservados.</p>
</footer>