site-neo/not_found.html

18 lines
338 B
HTML
Raw Normal View History

2022-09-24 17:19:46 -04:00
<!DOCTYPE html>
<html>
<head>
2022-09-25 11:52:56 -04:00
<style>
@include "style.css";
</style>
<title></title>
2022-09-24 17:19:46 -04:00
</head>
<body>
2022-09-25 11:52:56 -04:00
<p><a href="https://atlas48.neocities.org//&#160;"Blog":https://atlas48.sdf.org/">Home</a></p>
<p><hr /></p>
<h1>404</h1>
<p><strong>Page not found.</strong></p>
<p>The requested page could not be found.</p>
<p><hr /></p>
2022-09-24 17:19:46 -04:00
</body>
</html>