diff --git a/error404.lp b/error404.lp new file mode 100644 index 00000000..0113c462 --- /dev/null +++ b/error404.lp @@ -0,0 +1,26 @@ + + +
+
+

404

+
+

Oops! Page not found.

+

+ We could not find the page you were looking for.
+ Meanwhile, you may want to return to the dashboard . +

+
+
+
+ + diff --git a/style/pi-hole.css b/style/pi-hole.css index d83354db..a060616b 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -1174,6 +1174,14 @@ table.dataTable tbody > tr > .selected { margin: 2px; } +.error-headline { + float: none; + text-align: center; + font-size: 100px; + font-weight: 500; + padding-right: 20px; +} + .m-0 { margin: 0 !important; }