From d6c791af681fdcc84c5a79a7b30d35db9231e404 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 11 Jun 2025 07:38:05 +0200 Subject: Add initial demo --- testFrontend/SafeNSound.Demo/Layout/MainLayout.razor | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testFrontend/SafeNSound.Demo/Layout/MainLayout.razor (limited to 'testFrontend/SafeNSound.Demo/Layout/MainLayout.razor') diff --git a/testFrontend/SafeNSound.Demo/Layout/MainLayout.razor b/testFrontend/SafeNSound.Demo/Layout/MainLayout.razor new file mode 100644 index 0000000..e7554be --- /dev/null +++ b/testFrontend/SafeNSound.Demo/Layout/MainLayout.razor @@ -0,0 +1,16 @@ +@inherits LayoutComponentBase +
+ + +
+
+ About +
+ +
+ @Body +
+
+
\ No newline at end of file -- cgit 1.5.1