asp.net/winforms login; uml managers, repositories pages edited
This commit is contained in:
12
StudentHouseDashboard/WebApp/Pages/Error/401.cshtml
Normal file
12
StudentHouseDashboard/WebApp/Pages/Error/401.cshtml
Normal file
@@ -0,0 +1,12 @@
|
||||
@page
|
||||
@model WebApp.Pages.Error._401Model
|
||||
@{
|
||||
ViewData["Title"] = "401 Unauthorised";
|
||||
}
|
||||
<div class="text-center">
|
||||
<h1 class="display-4">Error 401 Unauthorised</h1>
|
||||
<img src="http://http.cat/401" />
|
||||
<p>
|
||||
You do not have rights to access this page!
|
||||
</p>
|
||||
</div>
|
Reference in New Issue
Block a user