Skip to content

Commit 6921a5c

Browse files
Update 404.php
1 parent e9db54f commit 6921a5c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

views/404.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
1+
<div class="error">
2+
<h1>404</h1>
3+
<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

Comments
 (0)