remove wip banner

This commit is contained in:
2025-09-12 20:44:35 -07:00
parent 75aa23f9db
commit 2ff898e6e4
13 changed files with 8 additions and 39 deletions

View File

@ -1,12 +0,0 @@
/* populate footer */
let wipHTML = `
<p>--- always under construction ---</p>
`
function populateWip() {
let wip = document.getElementById("wip");
wip.innerHTML = wipHTML;
}
populateWip();