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
|
|
@ -117,6 +117,5 @@ export default function ({ themeEngine }) {
|
|||
</label>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</main>)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,8 +4,12 @@ import { Link } from 'wouter-preact'
|
|||
export default () => (
|
||||
<main>
|
||||
<div class='status'>
|
||||
<h1>404</h1>
|
||||
<p>Page not found</p>
|
||||
<h1>
|
||||
404
|
||||
</h1>
|
||||
<p>
|
||||
Page not found
|
||||
</p>
|
||||
<hr />
|
||||
<Link href='/'>
|
||||
Home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue