shiloh-website/js/main.js
2024-06-13 08:45:07 -07:00

10 lines
209 B
JavaScript

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