about summary refs log tree commit diff
path: root/MatrixUtils.Web/Shared/MainLayout.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Web/Shared/MainLayout.razor')
-rw-r--r--MatrixUtils.Web/Shared/MainLayout.razor19
1 files changed, 19 insertions, 0 deletions
diff --git a/MatrixUtils.Web/Shared/MainLayout.razor b/MatrixUtils.Web/Shared/MainLayout.razor
new file mode 100644

index 0000000..92194b2 --- /dev/null +++ b/MatrixUtils.Web/Shared/MainLayout.razor
@@ -0,0 +1,19 @@ +@inherits LayoutComponentBase + +<div class="page"> + <div class="sidebar"> + <NavMenu/> + </div> + + <main> + <div class="top-row px-4"> + <PortableDevTools></PortableDevTools> + <a href="https://cgit.rory.gay/matrix/MatrixRoomUtils.git/" target="_blank">Git</a> + <a href="https://matrix.to/#/%23mru%3Arory.gay?via=rory.gay&via=matrix.org&via=feline.support" target="_blank">Matrix</a> + </div> + + <article class="Content px-4"> + @Body + </article> + </main> +</div> \ No newline at end of file