greekman Posted April 27 Share Posted April 27 <!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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.