<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <title>Pingrely Uptime Report</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background-color: #f0f5f7;
      margin: 0;
      padding: 20px;
    }
    .container {
      max-width: 680px;
      margin: auto;
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .box {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    }
    .header {
      text-align: center;
      padding-bottom: 10px;
    }
    .header img {
      height: auto;
      width: 200px;
      margin-bottom: 20px;
    }
    h2 {
      margin: 0;
      color: #333;
    }
    .highlight {
      color: rgb(185, 1, 1);
      font-weight: bold;
    }
    .summary-table, .data-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }
    .summary-table td {
      padding: 12px 0;
      color: #444;
      text-align: center;
      border-bottom: 1px solid #eee;
    }
    .summary-table tr:last-child td {
      border-bottom: none;
    }
    .summary-table td strong {
      font-size: 20px;
      color: #000;
    }

    .data-table th {
      background-color: transparent;
      color: #333;
      font-weight: bold;
      text-align: left;
      padding: 10px 8px;
      border-bottom: 1px solid #ddd;
    }
    .data-table td {
      padding: 10px 8px;
      color: #444;
      border-bottom: 1px solid #eee;
    }
    .data-table tr:last-child td {
      border-bottom: none;
    }
    .ok {
       color: #00C281;
     }
    .cta {
      text-align: center;
    }
    .cta a {
      background-color: #00C281;
      color: white;
      padding: 12px 24px;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
      display: inline-block;
    }
    .section-title {
      font-weight: bold;
      color: #333;
      margin-bottom: 10px;
    }
    .footer {
      text-align: center;
      font-size: 12px;
      color: #999;
      margin-top: 20px;
    }
    p {
        text-align: left;
        font-size: 18px;
    }
    /*
    @media screen and (max-width: 600px) {
      .summary-table td, .data-table th, .data-table td {
        font-size: 13px;
        padding: 8px;
      }
    }
    */
  </style>
</head>
<body bgcolor="#f0f5f7" style="background-color:#f0f5f7;">
  <div class="container">

    <div class="header">
      <a href="https://www.pingrely.com" target="_blank"><img src="https://www.pingrely.com/images/logo_home_negro.png" alt="Pingrely Logo" /></a>
    </div>

    <div class="box">
      <h2>Reporte semanal de tus sitios web</h2>
      <p style="color:#888; font-size:14px;">Generado el 15 de Julio de 2025, 01:51</p>
    </div>

    <div class="box">
      <table class="summary-table">
        <tr>
          <td><strong>1</strong><br/>Total de monitores</td>
          <td><strong><span >0</span></strong><br/>Incidentes críticos</td>
          <td><strong><span >0</span></strong><br/>Monitores caídos</td>
        </tr>
      </table>
    </div>

    <div class="box">
      <div class="section-title">Uptime Monitoring</div>
      <table class="data-table">
        <thead>
          <tr>
            <th>Nombre</th>
            <th>Tiempo de Respuesta</th>
            <th>Uptime</th>
            <th>Incidentes</th>
          </tr>
        </thead>
        <tbody>
          
          <tr>
            <td>i18n.debian.org</td>
            <td>582,76 ms</td>
            <td>100 %</td>
            <td><span >0</span></td>
          </tr>
          

        </tbody>
      </table>
    </div>

    <div class="box">
      <div class="section-title">Incidentes de tus sitios web</div>
      
        <p style="text-align: center;">No hemos detectado incidentes esta semana<p>
      
    </div>

    <div class="box cta">


            <p><strong>Con un plan activo, podés saber al instante cuando algo falla.</strong></p>
        <p>Protegé tu sitio hoy mismo: <strong>activá alertas en tiempo real</strong> con Pingrely</p>
        <a href="https://app.pingrely.com/?ltoken=910d851e7a92a9fce09a9b87d6d22c2f">Activá alertas en tiempo real</a>
    </div>

    <div class="footer">
      © 2025 <a href="https://www.pingrely.com" target="_blank">Pingrely</a>. All rights reserved.
    </div>

    <div>
        <p style="font-size:12px; color:#999; text-align:center; margin-top:30px;">
  Si no querés seguir recibiendo estos reportes semanales, podés <a href="https://mailing.pingrely.com/remove?email=debian-l10n-devel@lists.alioth.debian.org" style="color:#666; text-decoration:underline;" target="_blank">darte de baja aquí</a>.
</p>
    </div>
  </div>
</body>
</html>