<!DOCTYPE html>

<html lang="en" dir="ltr">

<head>

    <meta charset="UTF-8">

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

    <title>Hacked By Peyman Siyahi & M@raz Ali</title>

    <style>

        body {

            margin: 0;

            padding: 0;

            font-family: 'Courier New', Courier, monospace;

            background: linear-gradient(to bottom, #000000, #1a0000);

            color: #00ff00;

            height: 100vh;

            display: flex;

            justify-content: center;

            align-items: center;

            text-align: center;

            overflow: hidden;

        }

        .container {

            max-width: 900px;

            padding: 20px;

        }

        h1 {

            font-size: 5em;

            margin: 0;

            text-shadow: 0 0 20px #ff0000, 0 0 40px #ff0000;

            animation: flicker 1.5s infinite alternate;

        }

        h2 {

            font-size: 2.5em;

            color: #ff4444;

            margin: 20px 0;

        }

        p {

            font-size: 1.4em;

            line-height: 1.6;

            color: #00cc00;

        }

        .contact {

            margin-top: 40px;

            font-size: 1.6em;

            color: #ffff00;

        }

        .blink {

            animation: blink 1s infinite;

        }

        @keyframes flicker {

            0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { text-shadow: 0 0 20px #ff0000; }

            20%, 24%, 55% { text-shadow: none; }

        }

        @keyframes blink {

            50% { opacity: 0; }

        }

    </style>

</head>

<body>

    <div class="container">

        <h1>HACKED</h1>

        <h2>By Peyman Siyahi & M@raz Ali</h2>

        

        <p>Your site has been hacked!<br>


        

        <p class="contact">

            Telegram: <span class="blink">@siyahip</span><br>

            Webshell Store: <a href="https://blackhat.pw/" style="color: #00ffff; text-decoration: none;">https://blackhat.pw/</a>

        </p>

        

        <p style="margin-top: 60px; font-size: 1.1em; color: #555;">

            Iranian Hackers - 2026<br>

            Always watching...

        </p>

    </div>

</body>

</html>