🖇🐓 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:
Glitch (glitch-hello-website)
2024-12-12 04:27:30 +00:00
parent 1f379d3c1c
commit af1be2e496
5 changed files with 37 additions and 24 deletions

View File

@ -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 = `