Skip to content

Commit 2fbfc92

Browse files
wizzdomnovanai
andauthored
404: fix text color, add movotivation (#45)
spice up that 404 page 🔥🔥🔥 --------- Co-authored-by: nova <novanai.dev@gmail.com>
1 parent 7331371 commit 2fbfc92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/_includes/404.njk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<div class="max-w-lg">
44
<p class="text-primary text-sm font-bold">Error 404</p>
55
<h1 class="text-4xl font-bold py-6">We can't find that page</h1>
6-
<p class="text-neutral">Sorry, the page you are looking for doesn't exist or has been moved.</p>
6+
<p class="text-base/relaxed">Sorry, the page you are looking for doesn't exist or has been moved.</p>
7+
<img src="https://cdn.redbrick.dcu.ie/atlas/static/img/nyan.webp" alt="Nyan Cat" class="mt-5"/>
78
</div>
89
</div>
9-
</div>
10+
</div>

0 commit comments

Comments
 (0)