I want to return to the previous page where i were before the actual page.How to set that ?
i tried putting urls but how to know the previous one?
<div class="row">
<div class="col"><a href="#" class="hi-arrow-round-left">Back
</a>
</div>
</div>
i'm expeting when clicking on "Back" to go to the previous page but i'm getting home page caused by "#" because i'don't know how to get the previous page !