mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
12 lines
273 B
HTML
12 lines
273 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Redirecting...</title>
|
|
<meta http-equiv="refresh" content="0;URL='step-execution.html'"/>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="step-execution.html">step execution JS-Interpreter demo</a>.
|
|
</body>
|
|
</html>
|