Created
December 16, 2022 08:28
-
-
Save huanlin/cbb616bc5a38a098b7cbb346f6431cf9 to your computer and use it in GitHub Desktop.
Blazor app Index.razor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@page "/" | |
<PageTitle>Index</PageTitle> | |
<h1>Hello, world!</h1> | |
Welcome to your new app. | |
<SurveyPrompt Title="How is Blazor working for you?" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment