Rework entire site to host everything on it's own, and not rely on a non-public nginx config for everything
This commit is contained in:
parent
8877ec9be1
commit
d36830a257
46 changed files with 103 additions and 103 deletions
|
@ -4,7 +4,7 @@ function dLS(url) {
|
|||
document.head.appendChild(script);
|
||||
}
|
||||
dLS("https://cdn.jsdelivr.net/npm/eruda@2.11.3/eruda.min.js")
|
||||
dLS("/footer.js")
|
||||
dLS("/maintenance.js")
|
||||
dLS("/eruda_loader.js")
|
||||
console.info("Main Script done.")
|
||||
dLS("/scripts/footer.js")
|
||||
dLS("/scripts/maintenance.js")
|
||||
dLS("/scripts/eruda_loader.js")
|
||||
console.info("Main Script done.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue