Past this code --------> 
<script type="text/javascript"> 
 
jQuery(document).ready(function() {
    jQuery('#go-back').on('click', function() {
      window.history.go(-1); 
      return false;
    });
});
 
</script>
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.