Refactor templates

This commit is contained in:
Joakim Hellsén 2024-02-03 23:14:58 +01:00
commit a31849434b
4 changed files with 0 additions and 7 deletions

View file

@ -3,7 +3,6 @@
<h2>404 - Page not found</h2>
<p>Sorry, the page you are looking for does not exist.</p>
</span>
<p>
Extra information:
<ul>
@ -15,5 +14,4 @@ Extra information:
<li>URL: {{ .Request.URL }}</li>
<li>UserAgent: {{ .Request.UserAgent }}</li>
</ul>
{{ end }}