react-code-dataset
/
next.js
/test
/development
/app-dir
/segment-explorer-globals
/app
/global-not-found.tsx
| export default function GlobalNotFound() { | |
| return ( | |
| <html> | |
| <body> | |
| <h1>404</h1> | |
| <p>Not Found Page</p> | |
| </body> | |
| </html> | |
| ) | |
| } | |