<!DOCTYPE html><html lang="en">
<meta charset="UTF-8"> <meta property="og:title" content="P4WN3D" /> <meta property="og:description" content="Pinoy Honksec is honking at your base!!" /> <meta property="og:image" content="https://i.ibb.co/B2b24Dxc/Honk-20251010-202137-0000.png" /> <script> let text = "Pinoy Honksec!!"; let i = 0; function type() { if (i < text.length) { document.title = text.substring(0, i + 1); i++; setTimeout(type, 100); } } type(); </script> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Michroma&display=swap" rel="stylesheet"> <style> body { margin: 0; height: 100vh; overflow: hidden; color: white; position: relative; } .center-header { position: absolute; top: 5%; left: 50%; transform: translateX(-50%); text-align: center; z-index: 15; } .img-container { position: relative; overflow: hidden; height: 220px; max-height: 300px; } .img { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) scale(0.6); transform-origin: bottom center; width: auto; height: auto; display: block; pointer-events: none; user-select: none; -webkit-user-drag: none; } .header-pawned { font-family: "Orbitron", sans-serif; font-size: 70px; font-weight: 700; color: black; position: relative; white-space: nowrap; } .header-pawned span { color: red; } .pawned { font-family: "Michroma", sans-serif; font-size: 20px; margin-top: 40px; color: black; z-index: 3; position: relative; white-space: nowrap; } .pawned span { color: red; } .members { font-family: "Michroma", sans-serif; font-size: 12px; font-weight: 600; margin-top: 30px; color: black; z-index: 3; position: relative; white-space: nowrap; } .quote { font-family: "Michroma", sans-serif; font-size: 14px; font-weight: 600; margin-top: 20px; color: black; z-index: 3; position: relative; white-space: nowrap; } .quote span { color: red; } .normal { font-family: "Michroma", sans-serif; font-size: 12px; font-weight: 600; margin-top: -10px; color: black; z-index: 3; position: relative; } .link { font-family: "Michroma", sans-serif; font-size: 16px; font-weight: 600; margin-top: 10px; color: blue; z-index: 3; position: relative; } </style> <div class="center-header"> <div class="img-container"> <img class="img" src="https://i.ibb.co/gbtdbTjC/Background-Eraser-20251010-201832395.png" alt="Pinoy Honksec Logo" oncontextmenu="return false;"> </div> <div class="header-pawned">PINOY <span>H0NKSEC</span></div> <div class="normal">is honking at your base!!</div> <div class="pawned">Security Breach by <span>R3p0lyo</span></div> <div class="members"> Greetings! We are Honksec!! <p> Xp0rm4n - Kuneh0 - R3p0lyo </p> </div> <div class="quote"> <span>"Serving high-quality havoc, proudly made for fun."</span> </div> <div class="link"> <span> <a href="https://www.facebook.com/pinoyhonksec">Facebook Page</a> </span> </div> </div>