Files
blockly/demos/interpreter/index.html
Neil Fraser 3ba6fec6a1 Security update to JS-Interpreter
The past week has been ‘exciting’ over in the JS-Interpreter repo.
2020-02-18 23:16:15 -08:00

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>