Untitled
2 years ago in HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hacked by MR_CJ</title>
<!--<iframe width="0" height="0" src="" frameborder="0" allowfullscreen ></iframe></iframe>-->
<style>
body {
background-color: black;
color: white;
text-align:center;
}
h1#title {
text-align: center;
color: green;
}
h1#name{
color: #80ffff;
text-align: center;
animation-name: leg;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes leg {
25%{
opacity: 0;
}
50%{
opacity: 1;
}
75%{
opacity: 0;
}
100%{
opacity: 1;
}
}
#luck {
text-align: center;
color: red;
}
img#logo {
border-radius:50%;
}
embed#song {
display:none;
}
#cntct {
color: red;
}
#wor {
color: #1538ff;
}
</style>
</head>
<body>
<h1 id="name">[+|--MR_CJ--|+]</h1>
<img id="logo" src="https://i.ibb.co/yV4yHXk/My-logo2.png" alt="logo" width="300" ></img>
<h1 id="title">y0uR W€bSiTE 1s HAck€d</h1>
<h4 id="wor">
Don't worry admin. Your database is safe
</h4>
<h4 id="cntct">
Contact Me : <a href="https://ibb.co/TqbsZRb">MR_CJ</a>
</h4>
<marquee><h3 id="luck">
Consider yourself lucky cause I visited you.</h3></marquee>
<h2 id="luck">
Update your security
</h2>
</body>
</html>