lasthourhosting/js/main.js
2023-11-17 19:37:53 -08:00

13 lines
281 B
JavaScript

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