mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add links to 404 and Error pages
This commit is contained in:
parent
f02ec6925f
commit
2f537a08f3
3 changed files with 18 additions and 2 deletions
11
src/index.js
11
src/index.js
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue