summaryrefslogtreecommitdiff
path: root/includes/templates/404.php
blob: d4d512869074af9f7dca373b36ca154eb7583c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>
</html>