This repository has been archived on 2021-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
public_html/not_found.html

22 lines
700 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Page Not Found</title>
<link href="/~job/index.css" rel="stylesheet" type="text/css" media="all">
<link rel="top" href="/~job/" title="Job Bautista's personal website">
<link rel="icon" type="image/x-icon" href="/~job/favicon.ico">
</head>
<body>
<div class="txtcenter">
<h1>404 - Page Not Found</h1>
<p style="text-align:center">The requested page was not found.</p>
</div>
<hr />
<footer>
<iframe id="bottom" name="bottom" src="/~job/footer.html"></iframe>
</footer>
</body>
</html>