fix 404 page back button
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-09-04 09:20:49 +02:00
parent 070d2985b5
commit 198b6aa2d8
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -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>