some advancements

This commit is contained in:
thatscringebro
2023-03-17 22:06:01 -04:00
parent 4960271bf0
commit 6fdb19d97f
6 changed files with 164 additions and 15 deletions

4
javascript/main.js Normal file
View File

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