initial
This commit is contained in:
commit
7b9d778eb3
29 changed files with 4876 additions and 0 deletions
16
Layout/MainLayout.razor
Normal file
16
Layout/MainLayout.razor
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@inherits LayoutComponentBase
|
||||
<div class="page">
|
||||
<div class="sidebar">
|
||||
<NavMenu />
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<div class="top-row px-4">
|
||||
<a href="https://htl-leonding.at" target="_blank">About</a>
|
||||
</div>
|
||||
|
||||
<article class="content px-4">
|
||||
@Body
|
||||
</article>
|
||||
</main>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue