Oliver Booth
a312281c22
The admin dashboard will be separated into its own subdomain. For this reason, a separate project will be created
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
@page
|
|
@model IndexModel
|
|
@{
|
|
ViewData["Title"] = "Home page";
|
|
}
|
|
|
|
<div class="text-center">
|
|
<h1 class="display-4">Welcome</h1>
|
|
<p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
|
|
</div> |