JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
ef33901ae702b457645e929ed5b8fddba988e0de
[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                         padding: 0;
15                         margin: 0;
16                 }
17                 body div {
18                         white-space: pre;
19                 }
20         </style>
21 </head>
22 <body>
23 </body>
24 </html>