1
0
mirror of synced 2024-11-28 16:40:57 +01:00
TaikoLocalServer/TaikoWebUI/Pages/Dashboard.razor

7 lines
108 B
Plaintext
Raw Normal View History

2022-09-11 18:28:12 +02:00
@page "/"
2022-09-05 23:42:13 +02:00
<h1>@Localizer["dashboard"]</h1>
2022-09-05 23:42:13 +02:00
<MudText Class="mt-8">
Welcome to TaikoWebUI!
2022-09-11 18:28:12 +02:00
</MudText>