first commit

This commit is contained in:
2025-09-02 19:50:17 -04:00
parent fe4a89f81e
commit 685c92a82f
37 changed files with 1460 additions and 301 deletions
+10
View File
@@ -0,0 +1,10 @@
export default function NotFound() {
return(
<section className="containerSection">
<h1>404 - Página no encontrada</h1>
<p>Lo sentimos, la página que buscas no existe.</p>
<p>Por favor, verifica la URL o regresa a la página principal.</p>
</section>
)
}
//IO