Guest User

Untitled

a guest
Jul 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link href="main.css" rel="stylesheet" type="text/css">
  4. </head>
  5.  
  6. <body>
  7. <b>Code:</b>
  8. <br/>
  9.  
  10. <textarea id="code" width="300" height="300"></textarea>
  11. <br/>
  12.  
  13. <button id="run-button" onclick="run()">Run</button>
  14. <button id="stop-button" onclick="stop()" style="display: none;">Stop</button>
  15. <br/>
  16.  
  17. <div id="execution-display"></div>
  18.  
  19. <script src="main.js"></script>
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment