JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
terminal.coffee: only console.log() if it exists
[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                         font-family: monospace;
12                         font-size: 12px;
13                         line-height: 14px;
14                         white-space: pre;
15                 }
16         </style>
17 </head>
18 <body>
19 </body>
20 </html>