lasthourhosting/js/main.js
2023-11-16 19:23:21 -08:00

10 lines
210 B
JavaScript

$(function () {
$("#header").load("./components/header.html");
});
$(function () {
$("#footer").load("./components/footer.html");
});
$(function () {
$("#legal").load("./components/legal-menu.html");
});