From ddfdb89fc436f887f7fd11e36e16c35976ec6d36 Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Sun, 26 Jan 2025 20:18:32 +0100 Subject: [PATCH] add link to GitHub --- public/index.html | 3 +++ public/style.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/public/index.html b/public/index.html index ba99f4b..fec076e 100644 --- a/public/index.html +++ b/public/index.html @@ -11,5 +11,8 @@
+
+ GitHub +
\ No newline at end of file diff --git a/public/style.css b/public/style.css index 4388a3a..f69c074 100644 --- a/public/style.css +++ b/public/style.css @@ -10,6 +10,10 @@ font-family: sans-serif; } +.meta-info { + margin-top: 30px; +} + .game-info { font-size: 40px; }