summaryrefslogtreecommitdiff
path: root/templates/404.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-04-07 15:24:15 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-04-07 15:24:15 -0600
commit700449b8d903b9707b2751784dc54b4450a655df (patch)
tree438db8c9baaa026f46a35e3f6f149d7aaa32db1e /templates/404.php
parentd61a18a93bc1b39d91725497ebb2fe85c4785ead (diff)
Style and layout changes
Diffstat (limited to 'templates/404.php')
-rw-r--r--templates/404.php3
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>