Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<input type=button value="Go Back" OnClick="document.history.go(-1);">
Is there a way to add an action to a button etc to go back to the previous page instead of using the browser back button?
<a href="javascript:history.back(-1)"><img src="path/to/image.jpg"></a>