kinklist/index.js

6 lines
145 B
JavaScript
Raw Normal View History

2025-12-14 19:31:52 +01:00
// Landing page JS
2025-12-14 21:28:50 +01:00
function loadDependencies() {
loadHTML("hd-box", "/header/header.html");
loadHTML("footer", "/footer/footer.html");
}