Change project name

This commit is contained in:
Stone_Red
2024-11-05 16:35:23 +01:00
parent 740e1323ea
commit d4538637f3
21 changed files with 32 additions and 35 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>