]> git.proxmox.com Git - mirror_xterm.js.git/blame - demo/index.html
Started implementing theming.
[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" />
c5ae1cea
PK
6 <link rel="stylesheet" href="style.css" />
7 <script src="../src/xterm.js"></script>
8 <script src="main.js" defer></script>
9 </head>
10 <body>
11 <h1>
12 xterm.js: xterm, in the browser
13 </h1>
14 <div id="terminal-container"></div>
15 </body>
5af18f8e 16</html>