You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
512 B
24 lines
512 B
@inherits LayoutComponentBase
|
|
|
|
<PageTitle>ProjetBlazor</PageTitle>
|
|
|
|
<div class="page">
|
|
<div class="sidebar">
|
|
<NavMenu />
|
|
</div>
|
|
|
|
<main>
|
|
<div class="top-row px-4">
|
|
<a href="https://www.minecraft.net/fr-fr" target="_blank">Minecraft Website</a>
|
|
|
|
<div class="px-4">
|
|
<CultureSelector />
|
|
</div>
|
|
</div>
|
|
|
|
<article class="content px-4">
|
|
@Body
|
|
</article>
|
|
</main>
|
|
</div>
|