🗽🔔 Checkpoint
./signup/index.html:69682263/460 ./styles/main.css:69682263/136 ./index.html:69682263/1042 ./for-artists/index.html:69682263/2178 ./scripts/populate.js:69682263/305
This commit is contained in:
@ -1,3 +1,14 @@
|
||||
/* populate WIP banner */
|
||||
let wipHTML = `
|
||||
<div class="wip">
|
||||
<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>
|
||||
</div>
|
||||
`
|
||||
|
||||
function populateWip() {
|
||||
|
||||
}
|
||||
|
||||
/* populate footer */
|
||||
|
||||
let footerHTML = `
|
||||
Reference in New Issue
Block a user