From dc1945cd047c3d2ed92d5d91e733f0e7b431eaa6 Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 28 May 2022 20:29:14 +0100 Subject: [PATCH] feat: 404 page --- 404.md | 2 ++ site.md => site.html | 0 2 files changed, 2 insertions(+) rename site.md => site.html (100%) diff --git a/404.md b/404.md index e69de29..2171ad2 100644 --- a/404.md +++ b/404.md @@ -0,0 +1,2 @@ +## This page was not found! +If you think this was a mistake please [create an issue](https://github.com/is-a-good-dev/Register/issues/new). \ No newline at end of file diff --git a/site.md b/site.html similarity index 100% rename from site.md rename to site.html