mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add 404 page
This commit is contained in:
parent
bdad499a00
commit
9f7773b31d
1 changed files with 11 additions and 0 deletions
11
pages/404.js
Normal file
11
pages/404.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import Layout from '@/components/layout/default.js'
|
||||
|
||||
function NotFound() {
|
||||
return (
|
||||
<Layout>
|
||||
<div>Not Found</div>
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
||||
export default NotFound
|
||||
Loading…
Add table
Add a link
Reference in a new issue