Skip to content

Instantly share code, notes, and snippets.

@evilnapsis
Created January 6, 2016 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evilnapsis/b3428631f5c214698b85 to your computer and use it in GitHub Desktop.
Save evilnapsis/b3428631f5c214698b85 to your computer and use it in GitHub Desktop.
<!-- Menu o barra de navegacion -->
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">Page One</a>
</div>
<ul class="nav navbar-nav">
<li>
<a href="index.html">INICIO</a>
</li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment