site-neo/in/not_found.html

22 lines
401 B
HTML
Raw Normal View History

2023-02-01 16:08:28 -05:00
2022-09-24 17:19:46 -04:00
<!DOCTYPE html>
<html>
<head>
2022-09-25 11:52:56 -04:00
<style>
2023-02-05 06:47:27 -05:00
@include "/css/main.css";
2022-09-25 11:52:56 -04:00
</style>
2023-02-01 16:08:28 -05:00
<title>Atlas48's Archives</title>
2022-09-24 17:19:46 -04:00
</head>
<body>
2023-02-05 06:47:27 -05:00
<div class="header">
<a href="/">/</a>
</div>
2023-02-01 16:08:28 -05:00
<p><a href="https://atlas48.neocities.org// ">Home</a><a href="https://atlas48.sdf.org/">Blog</a></p>
<hr />
2022-09-25 11:52:56 -04:00
<h1>404</h1>
<p><strong>Page not found.</strong></p>
<p>The requested page could not be found.</p>
2023-02-01 16:08:28 -05:00
<hr />
2022-09-24 17:19:46 -04:00
</body>
</html>