<html>
<body>
<button onclick="myFunction()">Replace document</button>
<script>
function myFunction() {
location.replace("../index.html")
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_loc_replace by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:03:06 GMT -->
</html>