Skip to content

Commit

Permalink
header+footer.html - move all the script includes to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallnoefer authored May 7, 2024
1 parent 2b62713 commit 0f4d784
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions www/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/site.js"></script>
</html>
1 change: 1 addition & 0 deletions www/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/site.js"></script>
</head>

<body>
Expand Down

0 comments on commit 0f4d784

Please sign in to comment.