Created
August 27, 2018 13:34
-
-
Save bodrovis/3a2ceb53ae93b1d9e0073f628b05f28e 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
<!-- index.html --> | |
<nav class="navbar navbar-dark bg-dark navbar-expand-md" role="navigation"> | |
<div class="container"> | |
<a class="navbar-brand" href="/">Personal Site</a> | |
<div class="collapse navbar-collapse" id="globalNav"> | |
<ul class="navbar-nav"> | |
<!-- items --> | |
</ul> | |
</div> | |
</div> | |
</nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment