import Head from 'next/head'; import Link from 'next/link'; import style from '../styles/title.module.css'; function NotFoundPage() { // clean this page up return ( <> 404: Not Found | PaulW.XYZ

Page Not Found

PaulW.XYZ / ... ??? / 404: Not Found

Error 404

Uh oh! The page you are looking for does not exist...

Go Home More on HTTP status codes
); } export default NotFoundPage;