aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pages/404.njk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/404.njk')
-rw-r--r--src/pages/404.njk10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pages/404.njk b/src/pages/404.njk
new file mode 100644
index 0000000..3c965ac
--- /dev/null
+++ b/src/pages/404.njk
@@ -0,0 +1,10 @@
+---
+layout: layouts/page.njk
+---
+<section><h1>Not found</h1></section>
+<section>
+ Sorry! We couldn&apos;t find what you were looking for&nbsp;<span role="img" aria-label="Pensive emoji">😔</span>
+</section>
+<section>
+ <a href="/" aria-label="Return to the front page">Home</a>
+</section> \ No newline at end of file