legit/templates/404.html
Anirudh Oppiliappan 856f66808b
all: init
2022-12-11 11:22:47 +05:30

7 lines
120 B
HTML

<html>
<title>404</title>
{{ template "header" . }}
<body>
404 &mdash; nothing like that here
</body>
</html>