export default function GlobalNotFound() { return ( <html> <body> <h1>404</h1> <p>Not Found Page</p> </body> </html> ) }