forked from spacebar/SplatNet
10 lines
No EOL
250 B
JavaScript
10 lines
No EOL
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');
|
|
})(); |