1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Teknik/IdentityServer/Views/Error/Http404.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>Uh Oh!</h1>
<h2>404 Not Found</h2>
<div class="error-details">
Unable to find the resource you are looking for. Please contact an Administrator if you think this is in error.
</div>
</div>
</div>
</div>
</div>