this repo has no description

style

12Me21 38bb2c78 af206438

+4 -2
+4 -2
test.html
··· 6 6 <script src=render.js></script> 7 7 <link rel=stylesheet href=markup.css> 8 8 <style> 9 + #\$output { 10 + border: 3px solid black; 11 + padding: 2px; 12 + } 9 13 </style> 10 14 11 15 <textarea id=$input></textarea> 12 16 <br> 13 - a 14 17 <div id=$output class='MARKUP'></div> 15 - b 16 18 <hr> 17 19 <div id=$output2></div> 18 20