1
0
mirror of https://github.com/writeas/writefreely synced 2025-02-02 13:56:55 +01:00
writefreely/pages/404-general.tmpl
Eli Mellen 27f68ef0cf
Update 404-general.tmpl
Remove gaslighting error message and replace with one that is a wee bit more respectful to the human using the software.
2021-12-25 14:03:40 -05:00

7 lines
179 B
Cheetah

{{define "head"}}<title>Page not found &mdash; {{.SiteName}}</title>{{end}}
{{define "content"}}
<div class="error-page">
<p class="msg">Page not found.</p>
</div>
{{end}}