feat: added /sys/ to all system pages, edited 404 page, added deadlink, moar changes
This commit is contained in:
parent
2d458fd2f2
commit
0279df06fa
24 changed files with 90 additions and 41 deletions
|
@ -1,4 +1,4 @@
|
|||
@page "/banned"
|
||||
@page "/sys/banned"
|
||||
<h3>Banned</h3>
|
||||
|
||||
<img class="image" src="img/static/banned/@i"/>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@page "/login"
|
||||
@page "/sys/login"
|
||||
@using ImageBoardServerApp.Data.Repository
|
||||
@using ImageBoardServerApp.Auth
|
||||
@inject IJSRuntime js
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@page "/register"
|
||||
@page "/sys/register"
|
||||
@using ImageBoardServerApp.Data.Repository
|
||||
@using ImageBoardServerApp.Auth
|
||||
@inject IJSRuntime js
|
||||
|
|
6
ImageBoardServerApp/Pages/Accounts/UserPage.razor
Normal file
6
ImageBoardServerApp/Pages/Accounts/UserPage.razor
Normal file
|
@ -0,0 +1,6 @@
|
|||
@page "/sys/you"
|
||||
<h3>UserPage</h3>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue