1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Teknik/IdentityServer/Views/Error/Http403.cshtml
2018-10-25 22:22:53 -07:00

17 lines
514 B
Plaintext

@model Teknik.IdentityServer.ViewModels.ErrorViewModel
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="error-template text-center">
<h1>Sorry Bud!</h1>
<h2>403 Access Denied</h2>
<div class="error-details">
You do not have access to this resource. Please contact an Administrator if you think this is an error.
</div>
</div>
</div>
</div>
</div>