19 lines
431 B
JavaScript
Raw Normal View History

2023-11-16 19:23:21 -08:00
$(function () {
$("#header").load("./components/header.html");
});
$(function () {
$("#footer").load("./components/footer.html");
});
$(function () {
$("#legal").load("./components/legal-menu.html");
});
2023-11-17 19:37:53 -08:00
$(function () {
$("#message").load("./components/message.html");
});
2024-08-23 12:22:04 -07:00
$(function () {
$("#is-status").load("./components/is-status.html");
});
$(function () {
$("#nl-status").load("./components/nl-status.html");
});