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

@@ -0,0 +1,4 @@
$(document).ready(function(){
$("#header").load("../Views/header.html");
$("#footer").load("../Views/footer.html");
});