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