next.js/test/development/app-dir/segment-explorer-globals/app/global-not-found.tsx
global-not-found.tsx11 lines161 B
export default function GlobalNotFound() {
  return (
    <html>
      <body>
        <h1>404</h1>
        <p>Not Found Page</p>
      </body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN