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
commita3576c6bd765eb3e73f6af311f22923ea8f8fb80 (patch)
tree2708f4fccd52e759d0409352aa66b5dd4814a3ec /testFrontend/SafeNSound.Frontend/Layout/MainLayout.razor
parentGenerate jwt secrets (diff)
downloadnodejs-final-assignment-a3576c6bd765eb3e73f6af311f22923ea8f8fb80.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