From 1a3649b3be2fbd124b706bfb385b1cdd399ea243 Mon Sep 17 00:00:00 2001 From: Louis King Date: Mon, 26 Jan 2026 22:07:29 +0000 Subject: [PATCH] Revert "Simplify 404 page design" This reverts commit 33649a065b819b70b311e03e0a2b8608f2d2cc47. --- .../web/templates/errors/404.html | 44 ++++++++++++------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/src/meshcore_hub/web/templates/errors/404.html b/src/meshcore_hub/web/templates/errors/404.html index fcd2cbf..4e52b78 100644 --- a/src/meshcore_hub/web/templates/errors/404.html +++ b/src/meshcore_hub/web/templates/errors/404.html @@ -3,23 +3,33 @@ {% block title %}Page Not Found - {{ network_name }}{% endblock %} {% block content %} -
-
404
-

Page Not Found

-

- {% if detail %} - {{ detail }} - {% else %} - The page you're looking for doesn't exist or has been moved. - {% endif %} -

-
- - Back to Home - - - Browse Nodes - +
+
+
+
404
+

Page Not Found

+

+ {% if detail %} + {{ detail }} + {% else %} + The page you're looking for doesn't exist or has been moved. + {% endif %} +

+ +
{% endblock %}