mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
Create Error Page
This commit is contained in:
7
src/pages/Error.js
Normal file
7
src/pages/Error.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Neon from '../componets/Neon'
|
||||
|
||||
export default function ErrorNotFound() {
|
||||
return (
|
||||
<Neon color='#fff'><h1 className='neon'>ERROR 404</h1><br /><h3 className='neon'>URL Not Found</h3></Neon>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user