Fluent Blazor web oprettet

This commit is contained in:
2026-07-28 19:53:59 +02:00
parent 3414400efe
commit be0350f458
21 changed files with 732 additions and 1 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>