diff options
Diffstat (limited to 'includes/templates/404.php')
-rwxr-xr-x[-rw-r--r--] | includes/templates/404.php | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/includes/templates/404.php b/includes/templates/404.php index 74db2d6..8815b91 100644..100755 --- a/includes/templates/404.php +++ b/includes/templates/404.php @@ -1,14 +1,14 @@ -<!DOCTYPE html> -<html> - <head> - <title>cflip.net forum</title> - <link rel="stylesheet" href="styles/style.css"> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - </head> - <body> -<?php include_once 'header.php'; ?> - <h1>Page Not Found</h1> - <p>The page you requested does not exist.</p> - </body> -</html> +<!DOCTYPE html>
+<html>
+ <head>
+ <title>cflip.net forum</title>
+ <link rel="stylesheet" href="styles/style.css">
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ </head>
+ <body>
+<?php include_once 'header.php'; ?>
+ <h1>Page Not Found</h1>
+ <p>The page you requested does not exist.</p>
+ </body>
+</html>
|