2020-04-21 19:03:45 +03:00

14 lines
287 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MXBlog - Not Found!</title>
{{template "static.html"}}
</head>
<body>
{{template "header.html"}}
<span>Not Found!!!</span>
<a href="/">To home</a>
{{template "footer.html"}}
</body>
</html>