char.lt-old/static/404.html

28 lines
596 B
HTML
Raw Normal View History

2022-01-14 07:02:31 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>404 - char.lt</title>
<link rel="stylesheet" href="/css/layout.css" />
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="/inter/inter.css" />
2022-01-14 07:31:03 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-01-14 07:02:31 +00:00
</head>
<body>
<div class="page-wrapper">
<main>
<h1>not found :(</h1>
<p>
sorry, this link doesn't work! why not learn
<a href="/">about me</a> instead?
</p>
</main>
</div>
</body>
</html>