🖇🐓 Checkpoint
./scripts/footer.js:69682263/430 ./signup/index.html:69682263/6946 ./index.html:69682263/5348 ./for-artists/index.html:69682263/256 ./styles/main.css:69682263/25
This commit is contained in:
@ -1,19 +1,3 @@
|
||||
/* populate WIP banner */
|
||||
let wipHTML = `
|
||||
<p>This site is a <b>work in progress</b>. If you experience issues, please try waiting a minute and reloading before reaching out.</p>
|
||||
`
|
||||
|
||||
function populateWip() {
|
||||
let wip = document.createElement("div");
|
||||
wip.innerHTML = wipHTML;
|
||||
wip.className = "wip";
|
||||
|
||||
let main = document.getElementById("main");
|
||||
let mainParent = main.parentNode;
|
||||
|
||||
mainParent.insertBefore(wip, main);
|
||||
}
|
||||
|
||||
/* populate footer */
|
||||
|
||||
let footerHTML = `
|
||||
Reference in New Issue
Block a user