You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
274 B
HTML

4 years ago
<!DOCTYPE html>
4 years ago
<html lang="en">
4 years ago
<head>
4 years ago
<meta charset="UTF-8">
4 years ago
</head>
<body>
4 years ago
<a class="clickme" href="Radio_7/">This weeks broadcast</a>
<script>
setTimeout(function () {
document.querySelector("a.clickme").click();
}, 250);
</script>
4 years ago
</body>
4 years ago
</html>