26 lines
518 B
HTML
26 lines
518 B
HTML
|
<!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>
|