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

9 lines
68 B
Plaintext
Raw Normal View History

2024-01-20 17:10:32 +08:00
@page "/"
<h3>Home</h3>
<p class="test">Color Text</p>
@code {
}