diff options
Diffstat (limited to 'static/bv')
-rw-r--r-- | static/bv/bracket.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/bv/bracket.js b/static/bv/bracket.js index 12383d4..3c0e351 100644 --- a/static/bv/bracket.js +++ b/static/bv/bracket.js @@ -3268,6 +3268,10 @@ generateSpecialKeyHTML(keyItem) { </div> <div style="margin: 0.9em 0; font-size: 0.85em;">* there is now a <mark style="background-color:rgba(255,255,0,0.2)">date picker</mark> - just click the date in the header and browse the archive</div> + + <div style="margin: 0.9em 0; font-size: 0.85em;">* check out the original <a href="https://bracket.city">Bracket City</a> written by (hopefully) friend of the village <a href="https://jsomers.net">james somers</a></div> + + <div style="margin: 0.9em 0; font-size: 0.85em;">* bracket village site made by ingloriously copying the code from the original site without permission and fixing the bugs</div> `; infoButton.addEventListener('click', (e) => { |