SharpRSS/SharpRSS.Blazor/Pages/Index.razor

9 lines
145 B
Plaintext
Raw Permalink Normal View History

2023-09-03 00:13:02 +02:00
@page "/"
<PageTitle>Index</PageTitle>
<h1>Hello, world!</h1>
Welcome to your new app.
<SurveyPrompt Title="How is Blazor working for you?"/>