Добавьте файлы проекта.

This commit is contained in:
FrigaT
2026-04-13 14:16:44 +03:00
parent b2b5a3945a
commit 37c997dbe0
120 changed files with 5364 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@page "/not-found"
@layout MainLayout
<PageTitle>Not Found</PageTitle>
<MudText Typo="Typo.h3" GutterBottom="true">404 - Page Not Found</MudText>
<MudText Class="mb-8">Sorry, the content you are looking for does not exist.</MudText>
<MudButton Variant="Variant.Filled" Color="Color.Primary" Href="/">Go to Home</MudButton>