blob: 74db2d6b3c4cf3a7412cf006ff36f2bfca0fb971 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<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>
|