- <!doctype html>
- <html>
- <head>
- <link rel="stylesheet" href="xterm/xterm.css" />
- <script src="xterm/xterm.js"></script>
- <script src="index.js" ></script>
- </head>
- <body>
- <div id="terminal"></div>
- <script>term_init();</script>
- <script src="./lib/pocketpy.js"></script>
- </body>
- </html>
|