13 lines
363 B
HTML
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>
|