blazor init

This commit is contained in:
2026-01-19 16:56:50 +01:00
parent c91dc6bc76
commit 0a7dffbede
66 changed files with 60405 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
@page "/not-found"
@layout MainLayout
<h3>Not Found</h3>
<p>Sorry, the content you are looking for does not exist.</p>