mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Extract 404 page
This commit is contained in:
parent
0f8d413708
commit
ae31af0106
2 changed files with 23 additions and 10 deletions
21
src/views/NotFoundView.jsx
Normal file
21
src/views/NotFoundView.jsx
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
import { h } from 'preact'
|
||||
import { Link } from 'wouter-preact'
|
||||
|
||||
export default () => (
|
||||
<main>
|
||||
<div class='status'>
|
||||
<h1>404</h1>
|
||||
<p>Page not found</p>
|
||||
<hr />
|
||||
<Link href='/'>
|
||||
Home
|
||||
</Link>
|
||||
|
|
||||
<a
|
||||
target='_blank'
|
||||
href='https://github.com/He4eT/ifplayer/issues'>
|
||||
Report bug
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue