jamiebuilds_the-super-tiny-.../7-test.html

9 lines
265 B
HTML
Raw Normal View History

2017-04-25 12:57:20 +00:00
<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>