Created
January 28, 2020 15:04
-
-
Save GiuseppeMP/af8fe421e0d0dc8721fece811b33eb56 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} | |
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | |
<div class="container"> | |
<div class="navbar-header"> | |
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | |
<span class="sr-only">Toggle navigation</span> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
</button> | |
<a class="navbar-brand" href="{{_rel}}index.html"> | |
<img id="logo" class="svg" src="{{_rel}}logo.svg" alt="{{_appName}}" > | |
</a> | |
</div> | |
<div class="collapse navbar-collapse" id="navbar"> | |
<form class="navbar-form navbar-right" role="search" id="search"> | |
<div class="form-group"> | |
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | |
</div> | |
</form> | |
</div> | |
</div> | |
</nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment