char.lt-old/static/404.html

26 lines
518 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" />
</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>