Personal-Webpage/about/about.js

5 lines
119 B
JavaScript
Raw Permalink Normal View History

2025-12-08 13:48:14 +01:00
function loadDependencies() {
loadHTML("header", "/header.html");
loadHTML("footer", "/footer/footer.html");
2025-12-08 13:48:14 +01:00
}