mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2026-04-21 06:13:49 +00:00
9 lines
150 B
Text
9 lines
150 B
Text
@page "/"
|
|
|
|
<PageTitle>Index</PageTitle>
|
|
|
|
<h1>Hello, world!</h1>
|
|
|
|
Welcome to your new app.
|
|
|
|
<SurveyPrompt Title="How is Blazor working for you?" />
|