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

@ -42,7 +42,16 @@ function App () {
top100
</Route>
<Route>
404
<div>
<h1>404</h1>
<a href='/'>
Home
</a>
|
<a href='https://github.com/He4eT/ifplayer/issues'>
Report bug
</a>
</div>
</Route>
</Switch>