mirror of
https://github.com/tomfran/typo.git
synced 2025-04-25 21:19:55 +03:00
Fix home anchor tag spacing in 404 page
This commit is contained in:
parent
ae0e1ec668
commit
d00e6e74b7
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
<div>
|
||||
<h1> typo? </h1>
|
||||
<p> Click <a href="/"> here </a> to return to home </p>
|
||||
<p> Click <a href="/">here</a> to return to home </p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue