みてるぞ 2 weeks ago
parent
commit
14986a7186
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      frontend/src/pages/NotFound.tsx

+ 14
- 0
frontend/src/pages/NotFound.tsx View File

@@ -0,0 +1,14 @@
import { Helmet } from 'react-helmet'

import MainArea from '@/components/layout/MainArea'
import { SITE_TITLE } from '@/config'


export default () => (
<MainArea>
<Helmet>
<meta name="robots" content="noindex" />
<title>ページないよ (笑) | {SITE_TITLE}</title>
</Helmet>
Not Found
</MainArea>)

Loading…
Cancel
Save