summaryrefslogtreecommitdiff
path: root/templates/404.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.php')
-rw-r--r--templates/404.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/404.php b/templates/404.php
new file mode 100644
index 0000000..9ba4bcc
--- /dev/null
+++ b/templates/404.php
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>cflip.net forum</title>
+</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