Nav-As-A-Service

Navbar gets loaded from remote source. This is so a common navbar can be used for different sites.

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://rawgit.com/chapmanu/omni-nav/development/build/omni-nav.bundle.css">
<div id="omni-nav-v2" class="pre-build" data-target="js-fiddle"></div>

<header>
  <h1>OmniNav</h1>
  <h4>as a Service</h4>
</header>

<div class="content">
  <p>Navbar will be updated using script below.</p>
  <p>See also console log.</p>
</div>

<script src="https://cdn.rawgit.com/chapmanu/omni-nav/omninav-as-a-service/build/omni-nav.bundle.min.js"></script>