From 54282941fedb00bbe5b373dc0f82f5b744232bab Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Sat, 28 Sep 2024 20:00:45 +0300 Subject: [PATCH] Fixing the only invalid HTML (damn img alt text) --- index.php | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 93ee7b8..7b4afb0 100755 --- a/index.php +++ b/index.php @@ -32,7 +32,7 @@ if(!$database) {
-
Snuffler
+
Snuffler
getAuthedUserId()) { diff --git a/style.css b/style.css index 76d33bd..d2f794e 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ body { + font-family: Tahoma, Verdana, sans-serif; background-color: #000000; color: #ffc000; }