This commit is contained in:
neko
2022-06-07 21:08:21 +03:00
parent d7e7ef9471
commit 4f91ec75cb
12 changed files with 248 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
import React from 'react'
const Error404 = () => {
return (
<div id={'page-404'}>
<div>404</div>
<div>Page not found!</div>
<div>/.̫ .\</div>
</div>
)
}
export default Error404