diff options
| -rw-r--r-- | navbar-static-top/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/navbar-static-top/index.html b/navbar-static-top/index.html index 82dcb01f5..c430b5c97 100644 --- a/navbar-static-top/index.html +++ b/navbar-static-top/index.html @@ -67,5 +67,10 @@ </div> <!-- /container --> + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../assets/js/jquery.js"></script> + <script src="../bootstrap/js/bootstrap.min.js"></script> </body> </html> |
