<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Secure Download</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      text-align: center;

      background: #f2f2f2;

      margin: 0;

      padding: 0;

    }

    .container {

      margin-top: 120px;

    }

    h1 {

      color: #333;

    }

    .btn {

      display: inline-block;

      padding: 15px 25px;

      font-size: 18px;

      color: white;

      background: #007bff;

      text-decoration: none;

      border-radius: 8px;

    }

    .btn:hover {

      background: #0056b3;

    }

  </style>

</head>

<body>

  <div class="container">

    <h1>Secure File Download</h1>

    <p>Click the button below to unlock and download your file:</p>

    <a class="btn" href="#" onclick="openLocker()">Unlock & Download</a>

  </div>


  <!-- Locker Script -->

  <script type="text/javascript">

    function openLocker(){

      window.location.href = your-deployment-url.com/ad7ca50

    }

  </script>

</body>

</html>

Commentaires