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 %}