Add DeepDrftCms RCL skeleton, mount at /cms, switch NetBlocks to NuGet

This commit is contained in:
Daniel Harvey
2026-05-17 23:04:54 -04:00
parent ed61764e10
commit a64e49326d
8 changed files with 75 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
@page "/cms"
@rendermode InteractiveServer
<PageTitle>DeepDrft CMS</PageTitle>
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
<MudText Typo="Typo.h3" GutterBottom="true">DeepDrft CMS</MudText>
<MudText Typo="Typo.body1">Administration panel — under construction.</MudText>
</MudContainer>