index.html 336 B

12345678910111213
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="xterm/xterm.css" />
  5. <script src="xterm/xterm.js"></script>
  6. <script src="index.js" ></script>
  7. </head>
  8. <body>
  9. <div id="terminal"></div>
  10. <script>term_init();</script>
  11. <script src="./lib/pocketpy.js"></script>
  12. </body>
  13. </html>