[ADD] Blazor WASM test, new ASP authentication project

This commit is contained in:
max
2024-12-01 01:34:25 +01:00
parent a3be0d9648
commit eb277e0937
21 changed files with 593 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
@inherits LayoutComponentBase
<div class="page">
<div class="sidebar">
<NavMenu />
</div>
<main>
<div class="top-row px-4">
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
</div>
<article class="content px-4">
@Body
</article>
</main>
</div>