From 334867ba0732f85a48ad88ef8f3201c10bc1da4e Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Thu, 28 May 2026 20:12:34 -0500 Subject: primitive login screen --- static/index.html | 11 +---------- static/login.html | 32 ++++++++++++++++++++++++++++++++ static/main.js | 4 ++++ 3 files changed, 37 insertions(+), 10 deletions(-) create mode 100644 static/login.html diff --git a/static/index.html b/static/index.html index 061ca11..3fd75e3 100644 --- a/static/index.html +++ b/static/index.html @@ -12,16 +12,7 @@
-
- - -
- - -
- -
- + Login

C&! Code Golf Leaderboard

diff --git a/static/login.html b/static/login.html new file mode 100644 index 0000000..37035dc --- /dev/null +++ b/static/login.html @@ -0,0 +1,32 @@ + + + + + + Code Golf Login + + + + + +
+
+
+

C&! Code Golf Leaderboard

+

Login

+
+
+ +

+
+ +

+ +
+ +
© 2026 Daniel Hader
+
+
+
+ + 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"); +} -- cgit v1.2.3