tangled
alpha
login
or
join now
finxol.io
/
portfolio
0
fork
atom
Personal site
staging.colinozanne.co.uk
portfolio
astro
0
fork
atom
overview
issues
pulls
pipelines
feat: add john denver joke in link
finxol.io
3 months ago
bc01179d
6f7a7ced
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
pages
404.astro
+1
-1
src/pages/404.astro
···
5
5
<Layout>
6
6
<article>
7
7
<h1>404 Not Found</h1>
8
8
-
<a href="/">Go home</a>
8
8
+
<a href="/">Take me home (country roads)</a>
9
9
</article>
10
10
</Layout>
11
11