test main.js

This commit is contained in:
thatscringebro
2022-09-12 20:20:44 -04:00
parent 5891756a75
commit 314c939b48
2 changed files with 4 additions and 6 deletions

View File

@@ -28,9 +28,3 @@
<script src="Lib/bootstrap/js/bootstrap.js" type="text/javascript"></script>
</body>
</html>
<script>
$(document).ready(function(){
$("#header").load("Views/header.html");
$("#footer").load("Views/footer.html");
});
</script>