v0.1.0
This commit is contained in:
6
frontend/resources/views/layout/body/header.blade.php
Normal file
6
frontend/resources/views/layout/body/header.blade.php
Normal file
@ -0,0 +1,6 @@
|
||||
<header class="ui top attached menu">
|
||||
<h1 class="brand item">
|
||||
<a href="{{$urls->base}}">Cryptos</a>
|
||||
</h1>
|
||||
<a class="item" href="{{$urls->base}}/coins">Monedas</a>
|
||||
</header>
|
Reference in New Issue
Block a user