]> git.proxmox.com Git - mirror_xterm.js.git/blame - demo/index.html
Implement fully featured terminal demo w/ static fallback
[mirror_xterm.js.git] / demo / index.html
CommitLineData
5af18f8e
PK
1<!doctype html>
2<html>
c5ae1cea
PK
3 <head>
4 <title>xterm.js demo</title>
0ae4b803 5 <link rel="stylesheet" href="../src/xterm.css" />
a249d271 6 <link rel="stylesheet" href="../addons/fullscreen/fullscreen.css" />
c5ae1cea 7 <link rel="stylesheet" href="style.css" />
189a5564 8 <script src="../src/xterm.js" ></script>
53e8df40 9 <script src="../addons/attach/attach.js" ></script>
189a5564
PK
10 <script src="../addons/fit/fit.js" ></script>
11 <script src="../addons/fullscreen/fullscreen.js" ></script>
12 <script src="main.js" defer ></script>
c5ae1cea
PK
13 </head>
14 <body>
15 <h1>
16 xterm.js: xterm, in the browser
17 </h1>
18 <div id="terminal-container"></div>
19 </body>
53e8df40 20</html>