From 627b395859f086d9060b2e715da3799ae2c803b5 Mon Sep 17 00:00:00 2001 From: khalilcodes Date: Sun, 12 Jun 2022 22:57:26 +0300 Subject: [PATCH] [site/pages][xs]: create 404 page with an image --- site/pages/404.js | 8 ++++++++ site/public/img/undraw_page_not_found.svg | 24 +++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 site/pages/404.js create mode 100644 site/public/img/undraw_page_not_found.svg diff --git a/site/pages/404.js b/site/pages/404.js new file mode 100644 index 0000000..ea56972 --- /dev/null +++ b/site/pages/404.js @@ -0,0 +1,8 @@ +export default function () { + return ( +
+ 404 +

Page not found

+
+ ); +} \ No newline at end of file diff --git a/site/public/img/undraw_page_not_found.svg b/site/public/img/undraw_page_not_found.svg new file mode 100644 index 0000000..4dcf7e0 --- /dev/null +++ b/site/public/img/undraw_page_not_found.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + +