You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
@page "/"
|
|
|
|
@attribute [Authorize]
|
|
|
|
<PageTitle>Index</PageTitle>
|
|
|
|
<MudText Typo="Typo.h3" GutterBottom="true">Karat World Inventory</MudText>
|
|
<MudText Class="mb-8">Welcome Karat World inventory system. A web based application.</MudText>
|
|
<MudAlert Severity="Severity.Normal">You can find documentation and examples on our website here: <MudLink Href="https://mudblazor.com" Typo="Typo.body2" Color="Color.Inherit"><b>www.mudblazor.com</b></MudLink></MudAlert>
|
|
|
|
@code
|
|
{
|
|
|
|
}
|