Ads Area

Uncover Script

 


HTML Script


<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

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

  <meta name="description" content="unCover is an adults-only website. Please confirm your age to enter.">

  <title>unCover - Age Verification</title>

  <style>

    body {

      margin: 0;

      padding: 0;

      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

      background: url('https://source.unsplash.com/1600x900/?dark,blur') no-repeat center center/cover;

      display: flex;

      justify-content: center;

      align-items: center;

      height: 100vh;

    }


    .container {

      background: rgba(20, 20, 20, 0.75);

      backdrop-filter: blur(12px);

      border: 1px solid rgba(255, 255, 255, 0.1);

      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);

      max-width: 550px;

      padding: 30px;

      border-radius: 20px;

      text-align: center;

      animation: fadeIn 0.7s ease-in-out;

      color: #f5f5f5;

    }


    @keyframes fadeIn {

      from { opacity: 0; transform: translateY(-10px); }

      to { opacity: 1; transform: translateY(0); }

    }


    h1 {

      font-size: 24px;

      margin-bottom: 10px;

    }


    h1 span {

      color: #ff3e55;

      text-shadow: 0 0 10px #ff3e55;

    }


    p {

      color: #dcdcdc;

      line-height: 1.6;

      font-size: 15px;

      margin: 12px 0;

    }


    .warning {

      color: #ff3e55;

      font-weight: bold;

      font-size: 16px;

      text-shadow: 0 0 10px #ff3e55;

    }


    .btn-enter {

      display: inline-block;

      background: linear-gradient(135deg, #ff3e55, #ff006a);

      color: #fff;

      font-size: 18px;

      padding: 14px 30px;

      margin-top: 20px;

      border: none;

      border-radius: 12px;

      cursor: pointer;

      box-shadow: 0 0 15px rgba(255, 0, 102, 0.7);

      transition: all 0.3s ease;

    }


    .btn-enter:hover {

      transform: scale(1.08);

      box-shadow: 0 0 25px rgba(255, 0, 102, 1);

    }


    .footer-link {

      display: block;

      margin-top: 20px;

      color: #4dabff;

      font-weight: bold;

      text-decoration: none;

      transition: color 0.3s ease;

    }


    .footer-link:hover {

      color: #1aa3ff;

      text-decoration: underline;

    }


    .rta {

      margin-top: 18px;

      opacity: 0.7;

      font-size: 13px;

      letter-spacing: 1px;

    }

  </style>

</head>

<body>

  <div class="container">

    <h1>unCover is <span>adults only</span> website!</h1>

    <p class="warning">⚠️ The content available on unCover may contain explicit adult materials.</p>


    <p>unCover is strictly limited to those over 18 or of legal age in your jurisdiction, whichever is greater.</p>


    <p>One of our core goals is to help parents restrict access to unCover for minors, so we are fully compliant with the RTA (Restricted to Adults) code. This means access to the site can be blocked by simple parental control tools.</p>


    <p>Anyone with a minor in their household should implement parental control protections, including hardware and device settings, software installation, or ISP filtering services, to block minors from accessing inappropriate content.</p>


    <h3>To enter unCover you must be 18 or older</h3>


    <button class="btn-enter" onclick="enterSite()">I'm 18 or older — enter unCover</button>


    <a class="footer-link" href="techpk">How to protect your minors</a>


    <div class="rta">RTA | Restricted To Adults</div>

  </div>


  <script>

    function enterSite() {

      alert("Welcome to unCover! ✅ You have confirmed that you are 18 or older.");

      window.location.href = "techpk"; // Change this to your website link

    }

  </script>

</body>

</html>


Top Post Ad

Below Post Ad

Ads Area