<html>
<body>
<p id="demo"></p>
<script>
if (Math.random() < 0.5) {
text = "<a href='../index.html'>Visit W3Schools</a>";
} else {
text = "<a href='https://wwf.org/'>Visit WWF</a>";
}
document.getElementById("demo").innerHTML = text;
</script>
</body>
<!-- Mirrored from www.w3schools.com/js/tryit.asp?filename=tryjs_randomlink by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:28:15 GMT -->
</html>