12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
@page "/admin"
|
|
@using OpenArchival.Blazor.AdminPages.Shared
|
|
@layout AdminControlPanelLayout
|
|
|
|
<h3>Admin Home</h3>
|
|
|
|
<p>Welcome to the admin panel of your website! Choose an option on the left hand side bar to configure this application.</p>
|
|
|
|
@code {
|
|
|
|
}
|