<a href="#" class="d-none" id="history-back" onclick="history.back();return false;">Back</a>
window.addEventListener("load", function() {
if (window.history.length > 1) {
document.getElementById("history-back").classList.remove("d-none");
}
});
.d-none {
display: none;
}