9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
@page "/not-found"
|
|
@layout MainLayout
|
|
|
|
<MudPaper Class="empty-state" Elevation="0">
|
|
<MudIcon Icon="@Icons.Material.Filled.TravelExplore" Size="Size.Large" />
|
|
<MudText Typo="Typo.h5">没有找到这个页面</MudText>
|
|
<MudButton Href="/" Variant="Variant.Filled" Color="Color.Primary">回到歌单</MudButton>
|
|
</MudPaper>
|