forked from spacebar/SplatNet
10 lines
250 B
JavaScript
10 lines
250 B
JavaScript
|
|
fetch("../header.html")
|
||
|
|
.then(res => res.text())
|
||
|
|
.then(html => {
|
||
|
|
document.getElementById("header-container").innerHTML = html;
|
||
|
|
})
|
||
|
|
.catch(err => console.error("Failed to load header:", err));
|
||
|
|
|
||
|
|
(function(){
|
||
|
|
ika_swim('div#ika_swim');
|
||
|
|
})();
|