13 lines
363 B
HTML
Raw Normal View History

2014-11-30 00:34:17 -07:00
<html>
<head>
<title>Editor</title>
</head>
<body>
<h1>Code Editor</h1>
<p>You can write code here. This code will be run all at once.
<br>You can even open and save code files.
<br>Press F5 to run your script.
Whatever it spits out will appear in the Output box.</p>
</body>
</html>