Add bootstrap and basic layout

This commit is contained in:
2025-09-24 16:39:08 +09:00
parent 7a710057b9
commit 2ab583cb17
9 changed files with 244 additions and 5 deletions

View File

@ -1,6 +1,16 @@
@inherits LayoutComponentBase
@Body
<div class="page">
<div class="sidebar">
<NavMenu />
</div>
<main>
<article class="content px-4">
@Body
</article>
</main>
</div>
<div id="blazor-error-ui">
An unhandled error has occurred