You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
363 B
HTML

<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>