parent
dbeebd370a
commit
0305e7825e
@ -1,6 +1,27 @@ |
||||
@inherits LayoutComponentBase |
||||
|
||||
<div class="content"> |
||||
@Body |
||||
</div> |
||||
<div id="app"> |
||||
|
||||
<header class="top-bar"> |
||||
<a class="logo" href=""> |
||||
<img src="img/logo.svg" /> |
||||
</a> |
||||
|
||||
<NavLink class="nav-tab" href="" Match="NavLinkMatch.All"> |
||||
<img src="/img/pizza-slice.svg" /> |
||||
<div>Get Pizza</div> |
||||
</NavLink> |
||||
<NavLink class="nav-tab" href="myorders"> |
||||
<img src="img/bike.svg" /> |
||||
<div>My orders</div> |
||||
</NavLink> |
||||
</header> |
||||
|
||||
<div class="content"> |
||||
@Body |
||||
</div> |
||||
|
||||
<footer> |
||||
© Blazing Pizza @DateTime.UtcNow.Year |
||||
</footer> |
||||
</div> |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue