aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sticky-footer-navbar/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/sticky-footer-navbar/index.html b/sticky-footer-navbar/index.html
index 3c4038398..d5e033f58 100644
--- a/sticky-footer-navbar/index.html
+++ b/sticky-footer-navbar/index.html
@@ -41,7 +41,7 @@
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
- <li class="nav-header">Nav header</li>
+ <li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
@@ -67,5 +67,9 @@
</div>
</div>
+ <!-- Bootstrap core JavaScript
+ ================================================== -->
+ <script src="../assets/js/jquery.js"></script>
+ <script src="../bootstrap/js/bootstrap.min.js"></script>
</body>
</html> \ No newline at end of file