Jump to content

HTML for defacement attack (What you see when you enter the site)


Recommended Posts

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    <title>NIGGAS Page</title>

    <style>

        body {

            background-color: black;

            color: white;

            text-align: center;

            font-family: Arial, sans-serif;

        }

        .container {

            margin-top: 50px;

        }

        .gif-container img {

            width: 300px; /* SOS You can change the size :) */

            height: auto;

        }

        .audio-container {

            margin-top: 20px;

        }

        button {

            background-color: white;

            color: black;

            border: none;

            padding: 10px 20px;

            font-size: 16px;

            cursor: pointer;

            border-radius: 5px;

        }

        button:hover {

            background-color: gray;

        }

    </style>

</head>

<body>

    <div class="container">

        <h1>H4CKED BY YOUR NAME :)</h1>

        <p>I Am Legion. I Do Not Forgive. I Do Not Forget. Expect Me.</p>

        <div class="gif-container">

            <img src="YOUR GIF OR VIDEO :)" alt="Anonymous GIF">

        </div>

 

        <!-- Button Play/Pause -->

        <div class="audio-container">

            <button onclick="toggleAudio()">Play</button>

            <audio id="bgMusic">

                <source src="YOUR MUSIC NAME :)" type="audio/mpeg">

                Your browser does not support the audio element.

            </audio>

        </div>

    </div>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...