summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-31 20:29:51 +0200
committerRory& <root@rory.gay>2025-05-31 20:29:51 +0200
commit3e4e5d3e26f96a4fac284e6b9d16e7d9e3ac46a6 (patch)
treec2856bcfc0e4f34a2892d3ba23da4de4e387c139 /testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor
parentGenerate jwt secrets (diff)
downloadnodejs-final-assignment-3e4e5d3e26f96a4fac284e6b9d16e7d9e3ac46a6.tar.xz
Init test frontend
Diffstat (limited to 'testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor')
-rw-r--r--testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor16
1 files changed, 16 insertions, 0 deletions
diff --git a/testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor b/testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor
new file mode 100644

index 0000000..e7554be --- /dev/null +++ b/testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor
@@ -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> \ No newline at end of file