Back arrow should be on the left

This commit is contained in:
Jake Howard 2023-05-05 12:40:22 +01:00
parent b620e0edcc
commit aeb683fa7a
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<h1>Internal server error</h1>
<p>You found a bug in my code - how dare you!</p>
<p>
<a href="" onclick="history.back()">Return to safety &rarr;</a>
<a href="" onclick="history.back()">&larr; Return to safety</a>
</p>
</body>
</html>