Home | History | Annotate | Download | only in process_monitor
      1 <html>
      2 <head>
      3 <script src="popup.js"></script>
      4 <style>
      5 body {
      6   overflow: hidden;
      7   margin: 0px;
      8   padding: 0px;
      9   background: white;
     10 }
     11 
     12 div:first-child {
     13   margin-top: 0px;
     14 }
     15 
     16 div, td {
     17   padding: 1px 3px;
     18   font-family: sans-serif;
     19   font-size: 10pt;
     20   margin-top: 1px;
     21   white-space: nowrap;
     22 }
     23 </style>
     24 </head>
     25 <body>
     26 <div id="title"><b>Process Monitor</b></div>
     27 <div id="process-list"><i>Loading...</i></div>
     28 <div id="buttons">
     29   <input type="button" value="End Process" id="killProcess" />
     30 </div>
     31 </div>
     32 </body>
     33 </html>
     34