Initial Commit

This commit is contained in:
2026-06-13 21:32:53 -04:00
commit 2a8be6b74a
718 changed files with 68941 additions and 0 deletions
+16
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>