Moving about into its own directory for better organization

This commit is contained in:
April Eaton 2025-12-08 19:04:52 +01:00
parent 9fe3597c6f
commit 25dda4dd8b
3 changed files with 29 additions and 5 deletions

4
about/about.js Normal file
View file

@ -0,0 +1,4 @@
function loadDependencies() {
loadHTML("header", "/header.html");
loadHTML("footer", "/footer/footer.html");
}