JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
move client js to client.coffee
[watch-my-terminal.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>Remote Terminal Viewer</title>
5         <script src="/jquery.js"></script>
6         <script src="/terminal.js"></script>
7         <script src="/client.js"></script>
8         <script src="/socket.io/socket.io.js"></script>
9         <style>
10                 body {
11                         color: #d3d7cf;
12                         background: #2e3436;
13                         font-family: monospace;
14                         font-size: 12px;
15                         line-height: 14px;
16                         white-space: pre;
17                 }
18         </style>
19 </head>
20 <body>
21 </body>
22 </html>