diff options
Diffstat (limited to 'src/pages/404.njk')
| -rw-r--r-- | src/pages/404.njk | 10 |
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't find what you were looking for <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 |
