diff options
Diffstat (limited to 'templates/404.php')
-rw-r--r-- | templates/404.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/404.php b/templates/404.php index 9ba4bcc..d4d5128 100644 --- a/templates/404.php +++ b/templates/404.php @@ -2,10 +2,11 @@ <html> <head> <title>cflip.net forum</title> + <link rel="stylesheet" href="styles/style.css"> </head> <body> <?php include_once 'header.php'; ?> <h1>Page Not Found</h1> <p>The page you requested does not exist.</p> </body> -</html>
\ No newline at end of file +</html> |