Bouton de retour de la page HTML

<form>
 <input type="button" value="Go back!" onclick="history.back()">
</form>
Busy Boar