mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 20:35:02 +01:00
11 lines
217 B
HTML
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>
|