Carpeta views

This commit is contained in:
Axel Axt
2026-08-04 19:24:53 -03:00
parent 6aaff2ffe4
commit d95e4012a4
54 changed files with 10640 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<div class="container d-flex align-items-center justify-content-center" style="min-height: 100vh;">
<div class="card card-rounded card-shadow text-center p-5">
<h1 class="display-1 fw-bold text-danger">404</h1>
<h4 class="mb-3">Página no encontrada</h4>
<p class="text-muted mb-4">
La página que estás buscando no existe o no tienes permisos para acceder.
</p>
</div>
</div>