From 92436c8bb9eafcc56219e784f8b374edfb1907a3 Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Wed, 20 May 2026 22:04:16 -0500 Subject: basic login route with JWT --- static/index.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html index 8162ac9..69c19a5 100644 --- a/static/index.html +++ b/static/index.html @@ -34,14 +34,23 @@ problem_div.appendChild(description); } } + + async function on_load() { + const login_anchor = document.createElement("a"); + login_anchor.innerText = "Login / Register"; + login_anchor.href="google.com"; + document.getElementById("login-notice").appendChild(login_anchor); + + } - +
- + +

C&! Code Golf Leaderboard

In golf, the goal is to get a ball into a hole in as few swings as possible. The goal of code golf is similarly to solve a problem in as few bytes (of source code) as possible. The following is a list of programming challenges. Your task is to try and solve them in Python with as little code as possible measured in bytes.

-- cgit v1.2.3