We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7331371 commit 2fbfc92Copy full SHA for 2fbfc92
src/_includes/404.njk
@@ -3,7 +3,8 @@
3
<div class="max-w-lg">
4
<p class="text-primary text-sm font-bold">Error 404</p>
5
<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>
+ <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"/>
8
</div>
9
-</div>
10
+</div>
0 commit comments