<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>HACKED BY K0LZSEC × NULLSEC PH</title>
  <style>
    body {
      margin: 0;
      padding: 0;
      background: black url('https://mir-s3-cdn-cf.behance.net/project_modules/hd/8dd9c993880197.5e706d68574d6.gif') no-repeat center center fixed;
      background-size: cover;
      color: #00ff00;
      font-family: 'Courier New', monospace;
      text-align: center;
    }

    .logo-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      flex-wrap: wrap;
      margin-top: 50px;
    }

    .logo-container img {
      width: 180px;
      height: 180px;
      max-width: 80vw;
      border-radius: 50%;
      border: 2px solid #00ff00;
      box-shadow: 0 0 15px #00ff00;
    }

    h1 {
      font-size: 2.5rem;
      margin-top: 30px;
      padding: 0 10px;
      color: #00ff00;
      text-shadow: 0 0 10px #00ff00;
    }

    .announcement {
      margin-top: 20px;
      font-size: 1.2rem;
      padding: 0 15px;
      color: white;
      text-shadow: 0 0 5px red;
    }

    .footer {
      margin-top: 40px;
      font-size: 0.95rem;
      color: #ccc;
      padding: 0 10px;
    }

    @media (max-width: 600px) {
      h1 {
        font-size: 1.8rem;
      }

      .announcement {
        font-size: 1rem;
      }

      .footer {
        font-size: 0.8rem;
      }

      .logo-container img {
        width: 140px;
        height: 140px;
      }
    }
  </style>
</head>
<body>
  <script>
    alert("HACKED BY NULLSEC PHILIPPINES AND K0lzsec #OPThailand");
  </script>
 
<div class="logo-container">
    <img src="https://i.ibb.co/Xx4s6Z4f/Picsart-25-08-01-22-22-35-390.jpg" alt="KolzSec Logo">
    <img src="https://i.ibb.co/1ftRPjMp/nullsec-removebg-preview.png" alt="NullSec PH Logo">
  </div>

  <h1>K0LZSEC × NULLSEC PH</h1>
  <div class="announcement">
    HACKED BY NULLSEC PHILIPPINES AND K0LZSEC
  </div>

  <div class="footer">
    In the Wired World, Safety is Only an Illusion. #OpThailand
  </div>
</body>
</html>
