diff options
Diffstat (limited to 'tmpl/404.html')
| -rw-r--r-- | tmpl/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/404.html b/tmpl/404.html index 9e2fa89..ef8dfd7 100644 --- a/tmpl/404.html +++ b/tmpl/404.html @@ -6,6 +6,6 @@ <h1 class="text-3xl mb-4">Not found</h1> <p class="text-lg mb-4">The page you're looking for (<code>{{.Page}}</code>) doesn't exist. Sorry about that. Please - consider <a class="text-blue-dark dark:text-blueDark-dark" href="https://github.com/Xe/site/issues/new">reporting + consider <a href="https://github.com/Xe/site/issues/new">reporting the issue</a> if you find this page in error.</p> {{end}}
\ No newline at end of file |
