Files
CouchLog/CouchLog/Components/Pages/Home.razor
T

12 lines
192 B
Plaintext

@page "/"
@using CouchLog.Components.Layout
@using Microsoft.AspNetCore.Authorization
@attribute [Authorize]
<PageTitle>Home</PageTitle>
<h1>Hello, world!</h1>
Welcome to your new app.