Gary 0342b49061 begin last hour revamp
rebranding
layout changes
product changes
2025-04-14 09:38:32 -07: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");
});