<?php
include 'header.php';
?>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found</title>
</head>
<div style="text-align: center; width: 100%; color: #000; margin-top: 2em;">
<h1>404 Not Found</h1>
<p>The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</p>
<p><a href="/">Back to Home</a></p>
</div>
<?php
include 'footer.php';
?>