]> git.proxmox.com Git - mirror_xterm.js.git/blob - demo/index.html
Started new example page
[mirror_xterm.js.git] / demo / index.html
1 <!doctype html>
2 <html>
3 <head>
4 <title>xterm.js demo</title>
5 <link rel="stylesheet" href="style.css" />
6 <script src="../src/xterm.js"></script>
7 <script src="main.js" defer></script>
8 </head>
9 <body>
10 <h1>
11 xterm.js: xterm, in the browser
12 </h1>
13 <div id="terminal-container"></div>
14 </body>
15 </html>