Merge branch 'main' of https://git.azuze.fr/kawa/SharepointToolbox-Web
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
@page "/not-found"
|
||||
@attribute [Microsoft.AspNetCore.Authorization.AllowAnonymous]
|
||||
@inject TranslationSource T
|
||||
|
||||
<PageTitle>Page not found — SharePoint Toolbox</PageTitle>
|
||||
<PageTitle>@T["notfound.pagetitle"]</PageTitle>
|
||||
|
||||
<div class="no-profile">
|
||||
<h2>Page not found</h2>
|
||||
<p>The page you requested doesn't exist or has moved.</p>
|
||||
<a href="/" class="btn btn-primary">Back to Home</a>
|
||||
<h2>@T["notfound.heading"]</h2>
|
||||
<p>@T["notfound.body"]</p>
|
||||
<a href="/" class="btn btn-primary">@T["notfound.back"]</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user