Skip to content

Instantly share code, notes, and snippets.

@meicookies
Created August 20, 2021 23:45
Show Gist options
  • Select an option

  • Save meicookies/6f648e7a6346abe05378481f3232e541 to your computer and use it in GitHub Desktop.

Select an option

Save meicookies/6f648e7a6346abe05378481f3232e541 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title> Hacked by ./meicookies</title>
<style>
body {
background-color: black;
}
.img {
text-align: center;
}
.h1 {
color: #123456;
text-align: center;
font-family: monospace;
}
.img img {
height: 200px;
width: 200px;
}
.h1 i {
color: orange;
}
.p1 {
text-align: center;
color: green;
font-family: monospace;
}
</style>
</head>
<body>
<div class="h1">
<h1>PWNED BY <i>./meicookies</i></h1>
</div>
<div class="img">
<img src="http://i.imgur.com/s0Iwd3V.gif" alt="whut?">
</div>
<div class="p1">
<p>
i hate society!!, why? idk <br /><br />
AnonSec Team | Indonesian Hacktivist <br />
<marquee width="50%"> Anon7 | L4N4N9_4K1R4 | exa_gans77 | VenoRyan | MR.HAGAN_4040CR4ZY | PohonSagu | ./s3nt1n3L | DemonArmy | FarisGanss | KosameAmegai | CompuByte | B3bek_Gans | Mr.Froggy | #mrlinkerrorsystem | K4TSUY4_GH05T | Malaikat Hati | He4l3rz | Mr.Grim | PsychoH4x0r | AlgiSec1337 | Jamet1337 | Rian Haxor</marquee>
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment