More Menu, Added Basic Routing

This commit is contained in:
schnulller
2022-05-12 18:31:32 +02:00
parent 702fad0dd7
commit c0ff6cea2d
20 changed files with 582 additions and 191 deletions

View File

@@ -18,10 +18,10 @@
</head>
<body>
<body class="w-100 h-100">
@await Html.PartialAsync("/Views/Shared/_Menu.cshtml")
<div class="container">
<div class="w-full desktop:max-w-screen-desktop mx-auto">
<main role="main" class="pb-3">
@RenderBody()
</main>