import type { NextPage } from "next"; import Head from "next/head"; import Link from "next/link"; import styles from "../styles/Errorpage.module.css"; const svg = ` 404 `; const Custom404: NextPage = () => { return <>