Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions bilal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 S4uad</title>
<link href="logo.png" rel="icon">
<style>
body{
background-color: black;
background-repeat: no-repeat;
background-size: cover;
color: #ee5455;
margin:10%;

}
p{
font-size:100px;
margin: 0px;
padding: 0px;
font-family:fantasy;
}
span{
color: greenyellow;
}

</style>
<style media="screen">
.sqs-audio-embed {
visibility: hidden;
}
</style>
</head>
<body>
<div>
<div style="display: inline-block;position: absolute">
<p>404 S4UAD</p>
<h1>hacked by <span>Mr.Billy</span></h1>
<h1>I'm here to ruin your <span>website</span></h1>
<h1>Please upgrade your <span>security</span></h1>

<audio controls autoplay>
<source src="music.mp3" type="audio/ogg">
<source src="music.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
<div style="display: inline-block;float: right">
<img src="http://404s4uad.000webhostapp.com/logo.png">
</div>
</div>



</body>
</html>