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

9 lines
265 B

<h1>Code in:</h1>
<!-- This <textarea> will hold the user-inputted code. -->
<textarea id="input" cols="100" rows="15">
</textarea>
<h1>Code out:</h1>
<!-- This will hold the generated code or an error message. -->
<pre id="output" style="overflow: scroll"></pre>