fix 404 page back button
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
This commit is contained in:
parent
070d2985b5
commit
198b6aa2d8
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
<h1>Oops, looks like someone ate the page!?</h1>
|
||||
<p>Unfortunately the page you tried to access doesn't exist.
|
||||
</br>
|
||||
You can try to <a href="window.history.back()">go back</a> or <a href="/">go home<a /> ;)</p>
|
||||
You can try to <a href="javascript:window.history.back();">go back</a> or <a href="/">go home<a /> ;)</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue