blog/404.html
2022-03-17 20:33:50 +01:00

11 lines
217 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Not found</title>
</head>
<body>
<p>i did not find what you asked for</p>
<p>have you considered learning how to type?</p>
</body>
</html>