22 lines
401 B
HTML
22 lines
401 B
HTML
|
||
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<style>
|
||
@include "/css/main.css";
|
||
</style>
|
||
<title>Atlas48's Archives</title>
|
||
</head>
|
||
<body>
|
||
<div class="header">
|
||
<a href="/">/</a>
|
||
</div>
|
||
<p><a href="https://atlas48.neocities.org// ">Home</a><a href="https://atlas48.sdf.org/">Blog</a></p>
|
||
<hr />
|
||
<h1>404</h1>
|
||
<p><strong>Page not found.</strong></p>
|
||
<p>The requested page could not be found.</p>
|
||
<hr />
|
||
</body>
|
||
</html>
|