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

24 lines
874 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="/index.css" rel="stylesheet" type="text/css" media="all">
<link href="/light.css" rel="stylesheet" type="text/css" media="all" title="Light mode">
<link href="/dark.css" rel="alternate stylesheet" type="text/css" media="all" title="Dark mode">
<link rel="top" href="/" title="Job Bautista's personal website">
<link rel="icon" type="image/x-icon" href="/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="/footer.html"></iframe>
</footer>
</body>
</html>