URI: 
       head.tpl - monitor - monitor script
  HTML git clone git://git.suckless.org/monitor
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       head.tpl (517B)
       ---
            1 <!DOCTYPE html>
            2 <html>
            3 <head>
            4         <title>monitor</title>
            5         <style>
            6         .ok { background-color: #008800; color: #ffffff; }
            7         .fail { background-color: #880000; color: #ffffff; }
            8         .na { background-color: #000088; color: #ffffff; }
            9         td { border: 1px solid #000088; }
           10         body { font-family: Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif; font-size: 10pt; }
           11         </style>
           12         <meta charset="utf-8">
           13 </head>
           14 <body>
           15         <table>
           16         <tr><th>Last check</th><th>ICMP</th><th>HTTP</th><th>DNS</th><th>SMTP</th><th>Graph</th></tr>