Early styling

This commit is contained in:
April Eaton 2025-12-15 19:16:32 +01:00
parent b61db22369
commit 4b4b91a30a
5 changed files with 21 additions and 9 deletions

View file

@ -3,7 +3,7 @@ import { loadHTML } from "/global/loadin.mjs";
export function loadDependencies() {
loadHTML("hd-box", "/header/header.html");
attachGearList("gl-body");
attachGearList("main");
}
loadDependencies();