parent
e091b9e2a1
commit
6324bee421
@ -1,9 +1,12 @@
|
||||
@page "/inventory"
|
||||
@using CetteAppliVaMarcher.Components
|
||||
<h3>Inventory</h3>
|
||||
|
||||
|
||||
<Grid>
|
||||
<Blazorise.Column>
|
||||
@foreach (var item in Items)
|
||||
{
|
||||
<CraftingItem Item="item"/>
|
||||
}
|
||||
</Blazorise.Column>
|
||||
<div/>
|
||||
</Grid>
|
@ -1,8 +1,8 @@
|
||||
@page "/layout"
|
||||
@layout PtitLayoutTranquilax
|
||||
@layout PtitLayoutTranquilou
|
||||
|
||||
<PageTitle>layout</PageTitle>
|
||||
|
||||
<p>Chouette</p>>
|
||||
<img src="https://rocket.dsi.uca.fr/avatar/pasquizzat?etag=JYKmNwKGbbSi8viF9" gif classe/>
|
||||
<img src="wwwroot/images/loop.gif" />
|
||||
<img src="wwwroot/images/loop.gif"/>
|
Loading…
Reference in new issue