mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-23 03:30:03 +00:00
16 lines
393 B
HTML
16 lines
393 B
HTML
<!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>
|