404.html: adjust not found text

This commit is contained in:
Rico Ullmann 2022-03-25 21:26:19 +01:00
parent c393abfccf
commit 05ed3bfdf0
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{{ define "main" }}
<div class="section">Page not found</div>
<div class="section">Recipe not found 😋</div>
{{ end }}