lasthourhosting/js/main.js

13 lines
281 B
JavaScript
Raw Normal View History

2023-11-17 03:23:21 +00:00
$(function () {
$("#header").load("./components/header.html");
});
$(function () {
$("#footer").load("./components/footer.html");
});
$(function () {
$("#legal").load("./components/legal-menu.html");
});
2023-11-18 03:37:53 +00:00
$(function () {
$("#message").load("./components/message.html");
});