<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title>Hacked By S14M_69</title>
<meta name=”theme-color” content=”#000″>
<link rel=”icon” type=”image/png” href=”https://i.ibb.co/4jQXQ54/xx69.png”>
<link href=”https://fonts.googleapis.com/css?family=Acme” rel=”stylesheet”>
<link href=”https://fonts.googleapis.com/css2?family=Reggae+One&display=swap” rel=”stylesheet”>
<link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”>
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js”></script>
<style>
center {
font-family: Acme;
}
img {
opacity: 90%;
border-radius: 1ch;
border: none;
box-shadow: 0px 0px 40px rgba(255, 0, 0, 0.5);
transition: transform 0.3s ease-in-out;
position: relative;
}
img:hover {
transform: scale(1.1);
}
.glitch {
position: relative;
display: inline-block;
}
.glitch::before,
.glitch::after {
content: “”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(‘https://calspec.mx/xx69.png’) no-repeat center center;
background-size: cover;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
animation: glitch-animation 1s infinite;
}
.glitch::before {
animation-delay: -0.5s;
z-index: 1;
}
.glitch::after {
animation-delay: -0.25s;
z-index: 2;
}
@keyframes glitch-animation {
0% {
transform: translate(0);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
10% {
transform: translate(-5px, -5px);
clip-path: polygon(0 0, 100% 0, 100% 90%, 0 90%);
}
20% {
transform: translate(5px, 5px);
clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
}
30% {
transform: translate(-5px, 5px);
clip-path: polygon(0 0, 100% 0, 100% 90%, 0 90%);
}
40% {
transform: translate(5px, -5px);
clip-path: polygon(0 0, 100% 0, 100% 90%, 0 90%);
}
50% {
transform: translate(0);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
100% {
transform: translate(0);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}
#background-video {
height: 100vh;
width: 100vw;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
font {
text-shadow: #000 0px 0px 3px;
-webkit-font-smoothing: subpixel-antialiased;
}
div {
animation: glitch 1s linear infinite;
}
@keyframes glitch {
2%, 64% {
transform: translate(2px, 0) skew(0deg);
}
4%, 60% {
transform: translate(-2px, 0) skew(0deg);
}
62% {
transform: translate(0, 0) skew(5deg);
}
}
div:before, div:after {
content: attr(title);
position: absolute;
left: 0;
}
div:before {
animation: glitchTop 1s linear infinite;
clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}
@keyframes glitchTop {
2%, 64% {
transform: translate(2px, -2px);
}
4%, 60% {
transform: translate(-2px, 2px);
}
62% {
transform: translate(13px, -1px) skew(-13deg);
}
}
div:after {
animation: glitchBotom 1.5s linear infinite;
clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
-webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}
@keyframes glitchBotom {
2%, 64% {
transform: translate(-2px, 0);
}
4%, 60% {
transform: translate(-2px, 0);
}
62% {
transform: translate(-22px, 5px) skew(21deg);
}
}
.fade-text {
animation: fadeInOut 1500ms linear infinite;
}
@keyframes fadeInOut {
0%, 100% {
opacity: 0;
}
50% {
opacity: 1;
}
}
.zigzag-animation {
animation: zigzag 200ms linear infinite;
}
@keyframes zigzag {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(0px, -5px);
}
50% {
transform: translate(-5px, 0px);
}
}
</style>
<script>
window.onbeforeunload = confirmExit;
function confirmExit() {
return “Are you sure? wkwk”;
}
function fs() {
var elem = document.documentElement;
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.msRequestFullscreen) {
elem.msRequestFullscreen();
} else if (elem.mozRequestFullScreen) {
elem.mozRequestFullScreen();
} else if (elem.webkitRequestFullscreen) {
elem.webkitRequestFullscreen();
}
document.getElementById(“body”).style.cursor = ‘none’;
document.onkeydown = function(e) {
return false;
}
document.addEventListener(“keydown”, e => {
if (e.key == “F11”) e.preventDefault();
});
}
</script>
<script id=”rendered-js”>
document.addEventListener(‘DOMContentLoaded’, function (event) {
var dataText = [“Wh00pz ! your security get down !”];
function typeWriter(text, i, fnCallback) {
if (i < text.length) {
document.getElementById(“hekerabies”).innerHTML = text.substring(0, i + 1);
setTimeout(function () {
typeWriter(text, i + 1, fnCallback);
}, 150);
} else if (typeof fnCallback == ‘function’) {
setTimeout(fnCallback, 7000);
}
}
function StartTextAnimation(i) {
if (typeof dataText[i] == ‘undefined’) {
setTimeout(function () {
StartTextAnimation(0);
}, 30000);
}
if (i < dataText[i].length) {
typeWriter(dataText[i], 0, function () {
StartTextAnimation(i + 1);
});
}
}
StartTextAnimation(0);
});
</script>
</head>
<body bgcolor=”white” text=”white” oncontextmenu=”return false;” onkeydown=”return false;” onmousedown=”return false;” onclick=”document.getElementById(‘lagu’).play();fs()” id=”body” onload=”typeWriter()”>
<audio src=”https://calspec.mx/s14m_69.mp3″ autoplay=”true” id=”lagu” loop=””></audio>
<video id=”background-video” src=”https://calspec.mx/s14m_69.mp4″ autoplay=”” loop=”” muted=”” poster=”data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=”>
<source src=”https://nielitexam.co.in/css/c.mp4″ type=”video/webm”>
</video>
<table width=”100%” height=”80%”>
<tr>
<td>
<center>
<div class=”glitch”>
<img class=”zigzag-animation” border=”0″ src=”https://calspec.mx/xx69.png” alt=”s14m_69.png” width=”350″ height=”200″>
</div>
<font face=”Reggae One” color=”red”>
<h2 class=”fade-text”>Hacked By S14M_69</h2>
<p>
<h3 class=”fade-text”>[!]OWNED BY SYLHET GANG-SG | Cyber Community</h3>
</p>
</font>
<p style=”color: #0f0;”>
India’s recent decision to open the Tripura Dam is a reckless act that threatens the environment and geopolitics of the region. Additionally, be warned: a significant cyber attack is imminent. Our cybersecurity capabilities are advancing and we will respond decisively to any provocation.
</p>
<p style=”color: red;”>
<a href=”https://t.me/S14M_69″ target=”_blank”>
<i class=”fa fa-telegram” style=”font-size:28px;color:#00BFFF”></i>
</a>
</p>
</center>
</td>
</tr>
</table>
</body>
</html>