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.

12 lines
254 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>Think of it as a ship taking of a <a href="" onclick="next()">voyage</a></p>
</body>
<script type="text/javascript">
function next(){
window.opener.location.href = "ilinx_000.html";
window.close();
}
</script>
</html>