summaryrefslogtreecommitdiff
path: root/static/main.js
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-05-28 20:12:34 -0500
committerDaniel Hader <[email protected]>2026-05-28 20:12:34 -0500
commit334867ba0732f85a48ad88ef8f3201c10bc1da4e (patch)
tree2267595ee463670e9c87ce22f18660ca2d34d4d8 /static/main.js
parent86555bd1f89154394f4e997786896e710dd2ba1b (diff)
primitive login screen
Diffstat (limited to 'static/main.js')
-rw-r--r--static/main.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/main.js b/static/main.js
index e0c0b3e..2bde100 100644
--- a/static/main.js
+++ b/static/main.js
@@ -40,3 +40,7 @@ async function on_load() {
document.getElementById("login-notice").appendChild(login_anchor);
}
+
+async function login() {
+ console.log("login pressed");
+}