Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hacked</title>
<style>
body{
background-color: black;
color: lime;
text-align: center;
}
h1{
font-size: 190%;
font-family: 'Oswald', sans-serif;
}
img{
border: 2px solid red;
border-radius: 2px;
box-shadow: 3px 5px 10px grey;
}
div.content{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: red;
font-size: 20px;
}
div.bottom{
color: aqua;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
line-height: 1px;
height: 60px;
margin-top: 298px;
}
span#hack{
color: white;
}
</style>
</head>
<body>
<img src="https://i.postimg.cc/ZRXCjnKZ/Predator904.jpg" width="200" height="200">
<h1>.:: H4ck3d by Predator904 ::.</h1>
<hr style="opacity: 0.4;">
<div class="content">
<p>Your website have been <span id="hack">h4ck3d by Predator904</span></p>
<p>!!! No system is safe !!!</p>
</div>
<div class="bottom">
<footer>
<hr>
<p>Hacked by: Predator904</p>
<hr>
</footer>
</div>
</body>
</html>