first commit
This commit is contained in:
18
RS_system/Views/Account/AccessDenied.cshtml
Normal file
18
RS_system/Views/Account/AccessDenied.cshtml
Normal 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>
|
||||
Reference in New Issue
Block a user