You may use the following line of code , that can be inserted in your html pages and that would create a back button :
<div>
<input type="button" value="Back Button Example" onclick="history.go(-1)" style="width:160px;">
<div>
<div>
<input type="button" value="Back Button Example" onclick="history.go(-1)" style="width:160px;">
<div>