This commit is contained in:
April Eaton 2025-12-14 21:28:50 +01:00
parent c2804d1329
commit 32ee2de008
5 changed files with 81 additions and 2 deletions

View file

@ -1 +1,5 @@
// Landing page JS
function loadDependencies() {
loadHTML("hd-box", "/header/header.html");
loadHTML("footer", "/footer/footer.html");
}