4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
|
|
function loadDependencies() {
|
||
|
|
loadHTML("header", "/header.html");
|
||
|
|
}
|