Skip to content

Commit

Permalink
add Jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Aug 28, 2019
1 parent f1c57d8 commit 827acbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">

<!-- JQuery -->
<script src="vendor/jquery/jquery.min.js"></script>

</head>

<body id="page-top">
Expand Down
5 changes: 4 additions & 1 deletion caveats.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">

<!-- JQuery -->
<script src="vendor/jquery/jquery.min.js"></script>

</head>

<body id="page-top">

<!-- THIS ALLOWS TO INSERT THE MENU THAT IS STORED IN A MENU.HTML FILE-->
<nav class="navbar navbar-expand-lg fixed-top" id="mainNav"></nav>
<script>
Expand Down

0 comments on commit 827acbd

Please sign in to comment.