Add links to 404 and Error pages

This commit is contained in:
He4eT 2021-03-02 20:40:18 +05:00
commit 2f537a08f3
3 changed files with 18 additions and 2 deletions

View file

@ -10,6 +10,13 @@ const fail = details => (
<h1>Error</h1>
{details.map(x => (<p>{x}</p>))}
<hr />
<a href='/'>
Home
</a>
|
<a href='https://github.com/He4eT/ifplayer/issues'>
Report bug
</a>
</div>
)