Search

 

body {
margin: 0;
padding: 0;
background: #000;
color: white;
font-family: Arial, sans-serif;
display: flex;
align-items: center;
justify-content: center;

height: 100vh;
text-align: center;
}

.seized {
padding: 40px;
}

.logo {
width: 400px;
height: 400px;
margin: 0 auto 40px;
border: 8px solid darkred;

border-radius: 50%;
overflow: hidden;
}

.logo img {
width: 100%;
height: 100%;
object-fit: cover;
}

h1 {
font-size: 80px;
margin: 0;
color: #fff;
letter-spacing: 8px;
text-transform: uppercase;
}

.subtitle {
margin-top: 10px;
color: #ccc;
font-size: 18px;
}

.note {
margin-top: 50px;
padding: 20px;
background: #111;
border: 1px solid #333;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}

 

This Website Has Been Defaced By R3N$

KARAWANG ERROR SYSTEM

Today this website only carries a message. Tomorrow, the consequences may not be as kind. Fix what you ignore before someone exploits it.

R3N$

document.querySelector(‘.note p:last-child’).textContent = ‘v3lnør’;

setInterval(() => {
if (Math.random() > 0.9) {
const h1 = document.querySelector(‘h1’);
h1.style.color = ‘#f00’;
setTimeout(() => {
h1.style.color = ‘#fff’;
}, 100);
}
}, 3000);

Write a Comment

Register

Have an account?