simpletheme/layouts/404.html
2020-04-02 15:07:23 +05:30

10 lines
238 B
HTML

<!DOCTYPE html>
<html>
{{ partial "head.html" . }}
<body>
<p> This page does not exist or as they say, it's a 404 error</p>
<p> If you can't find what you're looking for, it's better to sometimes look inside </p>
</body>
</html>