Untitled

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Monaco">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?
family=Anonymous+Pro">
<style>
body {
background: black;
}

img {
height: 200px;
width: 200px;
margin: auto;
display: block;
}

h2 {
text-align: center;
color: crimson;
font-style: italic;
text-decoration: overline;
font-family: 'Anonymous Pro', monospace;
position: relative;
animation: glitch 1s infinite linear alternate-reverse;
}

@keyframes glitch {
2%, 64% {
transform: translateY(0.05em) translateX(0.05em);
color: white;
}

4%, 60% {
transform: translateY(-0.05em) translateX(-0.05em);
color: white;
}

62% {
transform: scale(1.1);
color: black;
}
}

p {
text-align: center;
color: white;
font-family: 'Monaco', monospace;
}

audio {
display: block;
margin: auto;
}

footer {
color: #787878;
text-align: center;
}
</style>
<title>Hacked by D4nn</title>
</head>
<body>
<img src="https://i.ibb.co/6mB2WCh/1e220b0dac8626ea8cb55119913579b5.jpg">
<h2>Hacked by D4nn</h2>
<p>sg ku emang kayu tapi skill ku tidak layu&#128540;&#128074;</p>
<audio controls>
<source src="https://drive.google.com/uc?
id=1XoTT_apFSJcwM8OcI9xPIlk0G0nczGwO" type="audio/mpeg">
Browsermu tidak mendukung tag audio, upgrade donk!
</audio><br>
<footer>&copy; By D4nn</footer>
</body>
</html>#

You might also like