We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9db54f commit 6921a5cCopy full SHA for 6921a5c
views/404.php
@@ -1,3 +1,5 @@
1
-<h1>404 - Page Not Found</h1>
2
-<p>Sorry, the page you are looking for does not exist.</p>
3
-<p><a href="?page=home">Return to Home</a></p>
+<div class="error">
+ <h1>404</h1>
+ <p>Sorry, the page you're looking for does not exist.</p>
4
+ <a href="?page=home">Return to Home</a>
5
+</div>
0 commit comments