From 15684f9cb92006b8925f6058322f2f3c7afd3fab Mon Sep 17 00:00:00 2001 From: MMA <58857539+TheGeeKing@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:37:39 +0200 Subject: [PATCH] add source code link to website Co-authored-by: Cursor --- 404.html | 4 ++++ index.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/404.html b/404.html index 48191cb..4b72c9d 100644 --- a/404.html +++ b/404.html @@ -75,6 +75,9 @@ font-style: italic; opacity: 0.8; } + .source-link { + font-size: 0.75em; + } #input-link { padding: 5px 8px; border: 0; @@ -171,6 +174,7 @@


+ Source code on GitHub diff --git a/index.html b/index.html index 48191cb..4b72c9d 100644 --- a/index.html +++ b/index.html @@ -75,6 +75,9 @@ font-style: italic; opacity: 0.8; } + .source-link { + font-size: 0.75em; + } #input-link { padding: 5px 8px; border: 0; @@ -171,6 +174,7 @@


+ Source code on GitHub