phonenumber123
- 9 Tem 2020
- 630 Mesaj
Aktiflik
Seviye
Deneyim
Kod:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Stick&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style2.css">
<style>
* {
font-family: 'Stick', sans-serif;
margin: 0;
padding: 0;
background: #2c3e50;
}
.container {
margin: 25px auto;
text-align: center;
}
.container img{
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#a{
border-radius:5px;
}
h1{
color: white;
margin-top: 20px;
margin-bottom: 30px;
padding: 25px;
border: 1px solid black;
background: black;
}
</style>
</head>
<body>
<div class="container">
<a href="https://turkhacks.com"><img id="a" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQc4UWYhRB281DqGYHg2pZ8HYKHr2TLeF0d_Q&usqp=CAU" alt="" id="turkhacks"></a>
<h1>Don't worry I'm looking for your mummy...</h1>
<img src="https://i.gifer.com/8lCa.gif" alt="">
<h1>You are fucked by phonenumber123</h1>
</div>
<div style="display: none;"><iframe width="560" height="315" src="https://www.youtube.com/embed/jM7E7Fvqz7I?start=5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
</body>
<script language="JavaScript">
<!--
document.oncontextmenu = function(){return false}
if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}
else {
document.onmousedown = function(){return false}
}
// -->
</script>
</html>


