Commit d149f651 authored by Ross Allen's avatar Ross Allen

Add Bootstrap JS to make collapsible nav work

This example uses the collapsible nav for smaller screen sizes, and it
requires Bootstrap JS to get that functionality.
parent cee5f6fb
...@@ -91,5 +91,7 @@ ...@@ -91,5 +91,7 @@
</div> <!-- /container --> </div> <!-- /container -->
<script src="../assets/js/jquery.js"></script>
<script src="../bootstrap/js/bootstrap.min.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment