first commit

This commit is contained in:
2026-01-10 23:14:51 -06:00
commit 389715b4b4
503 changed files with 98244 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
@{
ViewData["Title"] = "Acceso Denegado";
}
<div class="container text-center py-5">
<div class="row justify-content-center">
<div class="col-md-6">
<h1 class="display-1 fw-bold text-danger">403</h1>
<h2 class="mb-4">Acceso Denegado</h2>
<p class="text-muted mb-4">
No tienes permisos para acceder a esta página.
</p>
<a asp-controller="Home" asp-action="Index" class="btn btn-primary">
Volver al Inicio
</a>
</div>
</div>
</div>