visual6502/index.html

16 lines
393 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<title>Visual 6502 in JavaScript</title>
<!-- we now have separate landing pages for kiosk and expert -->
<!-- sadly this mechanism won't pass on any URL query parameters -->
<meta http-equiv="REFRESH" content="0;url=expert.html">
</head>
<body>
<p style="align:center">
Please wait while we redirect you, or <a href="expert.html">click here</a>.
</p>
</body>
</html>