📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 11:57:24
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs10
/
root
/
usr
/
share
/
doc
/
alt-nodejs10-nodejs
/
npm
/
docs
/
src
/
pages
📍 /opt/alt/alt-nodejs10/root/usr/share/doc/alt-nodejs10-nodejs/npm/docs/src/pages
🔄 Refresh
✏️
Editing: 404.js
Read Only
import React from 'react' import SEO from 'src/components/seo' const NotFoundPage = () => ( <React.Fragment> <SEO title='404: Not found' /> <h1>NOT FOUND</h1> <p>You just hit a route that doesn't exist... the sadness.</p> </React.Fragment> ) export default NotFoundPage
💾 Save Changes
❌ Cancel