Files
InventoryTracker/InventoryTraker.Web/Views/Shared/_NavigationNoAuth.cshtml
T
2016-09-27 11:56:10 -04:00

6 lines
279 B
Plaintext

<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="~/"><i class="fa fa-fw fa-cubes"></i> Inventory Traker</a>
</div>
</nav>