diff options
Diffstat (limited to 'includes/templates/404.php')
-rw-r--r-- | includes/templates/404.php | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/includes/templates/404.php b/includes/templates/404.php index d4d5128..74db2d6 100644 --- a/includes/templates/404.php +++ b/includes/templates/404.php @@ -1,12 +1,14 @@ <!DOCTYPE html> <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> + <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> |