JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
wrap lines in <code>s not <divs>
[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 code {
18                         display: block;
19                         white-space: pre;
20                 }
21         </style>
22 </head>
23 <body>
24 </body>
25 </html>