mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 09:27:23 +00:00
Cleanup
This commit is contained in:
parent
ae31af0106
commit
675a84c14b
13 changed files with 34 additions and 54 deletions
|
|
@ -1,15 +1,20 @@
|
|||
import { h } from 'preact'
|
||||
import { Link } from 'wouter-preact'
|
||||
|
||||
const fail = details => (
|
||||
<div class='status fail'>
|
||||
<h1>Error</h1>
|
||||
<h1>
|
||||
Error
|
||||
</h1>
|
||||
{details.map(x => (<p>{x}</p>))}
|
||||
<hr />
|
||||
<a href='/'>
|
||||
<Link href='/'>
|
||||
Home
|
||||
</a>
|
||||
</Link>
|
||||
|
|
||||
<a href='https://github.com/He4eT/ifplayer/issues'>
|
||||
<a
|
||||
target='_blank'
|
||||
href='https://github.com/He4eT/ifplayer/issues'>
|
||||
Report bug
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue