9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
@page "/"
|
|
|
|
<PageTitle>Home</PageTitle>
|
|
|
|
<div class="space-y-4">
|
|
<h1 class="text-3xl font-bold tracking-tight">Welcome</h1>
|
|
<p class="text-muted-foreground">This is the Enciphered Blazor UI Components demo app.</p>
|
|
</div>
|