26 lines
728 B
HTML
26 lines
728 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>404 - Not Found</title>
|
|
<link type="text/css" rel="stylesheet" href="https://cdn.subcon.town/system/page.css" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="col">
|
|
<h1>404 - Not found!</h1>
|
|
<p>
|
|
Whoops! Looks like we don't have that thing you're looking for. Maybe it got
|
|
moved or deleted, we don't know. Sorry!
|
|
</p>
|
|
<p>
|
|
<a href="/"><< Back to the homepage</a>
|
|
</p>
|
|
</div>
|
|
<div class="col right">
|
|
<img style="max-height: 300px;" src="https://cdn.subcon.town/system/img/404.jpg" alt="Internet Explorer" />
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|