summaryrefslogtreecommitdiff
path: root/Server.Client/Layout/MainLayout.razor
diff options
context:
space:
mode:
Diffstat (limited to 'Server.Client/Layout/MainLayout.razor')
-rw-r--r--Server.Client/Layout/MainLayout.razor15
1 files changed, 15 insertions, 0 deletions
diff --git a/Server.Client/Layout/MainLayout.razor b/Server.Client/Layout/MainLayout.razor
new file mode 100644
index 0000000..dc8b923
--- /dev/null
+++ b/Server.Client/Layout/MainLayout.razor
@@ -0,0 +1,15 @@
+@inherits LayoutComponentBase
+
+<Titlebar/>
+
+<MobileMenu/>
+
+<div id="content">
+ @Body
+</div>
+
+<div id="blazor-error-ui" data-nosnippet>
+ An unhandled error has occurred.
+ <a href="." class="reload">Reload</a>
+ <span class="dismiss">🗙</span>
+</div>