Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDW committed Aug 13, 2021
1 parent 2b05057 commit 93c2e04
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/_content/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: default
title: Not found!
permalink: /404.html
bodyClass: text-gray-900 bg-gray-50 font-sans
eleventyExcludeFromCollections: true
---

<main class="my-48 text-center ">
<h1 class="text-5xl">404 Not found.</h1>
<p class="mt-4 mx-auto">No page found at this URL. You can visit the <a href="/" class="underline">home page</a> or <a href="mailto:[email protected]" class="underline">email us</a>.</p>
</main>

0 comments on commit 93c2e04

Please sign in to comment.