YaeBlog/YaeBlog.Theme.FluentUI/Pages/Home.razor

9 lines
68 B
Plaintext

@page "/"
<h3>Home</h3>
<p class="test">Color Text</p>
@code {
}