From b609b3acf721f375899808773baf88b5c76c61ca Mon Sep 17 00:00:00 2001 From: p2r3 Date: Sun, 16 Aug 2026 12:58:45 +0300 Subject: [PATCH] fix desync between index and 404 page --- 404.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/404.html b/404.html index 7e0d9ad..a00ac70 100644 --- a/404.html +++ b/404.html @@ -66,6 +66,9 @@ span { text-align: center; } + a { + color: rgb(50, 100, 255); + } .title { font-size: 2.5em; } @@ -99,7 +102,6 @@ text-align: center; } #output-link { - color: rgb(50, 100, 255); word-break: break-all; } #output-ratio { @@ -127,6 +129,10 @@ #query-warning summary { cursor: pointer; } + header { + position: absolute; + top: 20px; + } @@ -134,6 +140,12 @@
+
+ Source code on GitHub + | + Explanation video +
+

ha.mr

@@ -173,12 +185,6 @@
-

-
- Source code on GitHub - | - Explanation video -