File: index.html

package info (click to toggle)
node-node-pty 1.0.0%2Bds1%2B~6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,892 kB
  • sloc: cpp: 13,049; javascript: 282; python: 266; sh: 246; makefile: 125
file content (14 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>node-pty Electron example</title>
    <link rel="Stylesheet" href="./node_modules/xterm/css/xterm.css">
  </head>
  <body>
    <div id="xterm"></div>
  </body>
  <script>
    require('./renderer.js')
  </script>
</html>