mirror of
https://codeberg.org/vlw/honeypot.git
synced 2025-11-05 04:22:43 +01:00
Baby steps that implements everything from the original [unfinished] version of this project from a bit over 2 years ago. We'll see what fun stuff we can add over time! Reviewed-on: https://codeberg.org/vlw/honeypot/pulls/1 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
5 lines
No EOL
201 B
JavaScript
5 lines
No EOL
201 B
JavaScript
// Clear all content and display the loading spinner for now. I want to add more stuff here later!
|
|
setTimeout(() => {
|
|
VV.shell.innerHTML = "";
|
|
VV.shell.setAttribute("vv-loading", true);
|
|
}, VV.delay); |