run.html 586 B

1234567891011121314151617181920
  1. <HTML>
  2. <head>
  3. <meta charset="UTF-8">
  4. <Title>Pas2JS web compiler Program output</Title>
  5. <!--
  6. <script SRC="webcompiler.js" type="application/javascript"></script>
  7. -->
  8. <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
  9. </head>
  10. <body>
  11. <div class="container">
  12. <div class="panel panel-info">
  13. <div class="panel-heading">Run program output</div>
  14. <div class="panel-body">Compile and run your program first.</div>
  15. <div id="pasjsconsole" style="width: 640px; height: 200px;">
  16. </div>
  17. </div>
  18. </div>
  19. </body>
  20. </HTML>