From dd746b22eaaa4816b78a766bd6eb9c24ac0f5534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 16 Dec 2020 00:56:49 +0100 Subject: [PATCH] Create custom 404 page --- pages/404.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/404.js diff --git a/pages/404.js b/pages/404.js new file mode 100644 index 0000000..26f7fa6 --- /dev/null +++ b/pages/404.js @@ -0,0 +1,25 @@ +import {Container, Typography} from '@material-ui/core' +import Link from 'next/link' +import Image from 'next/image' + +export default function Custom404() { + return ( + + + + Logo #OKi + + + 404 - Pa ni ayen 🥺 + + Viré a kaz 🏡 + + + ) +}