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
331 B
HTML

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