<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Sunny Travel</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html, body {
margin: 0;
min-height: 100%;
background: #050505;
color: #fff;
font-family: Arial, sans-serif;
}
.wrap {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 40px;
}
img {
max-width: 760px;
width: 90%;
border-radius: 24px;
box-shadow: 0 0 50px rgba(255, 68, 68, .35);
}
h1 {
margin: 28px 0 10px;
color: #ff4444;
font-size: 48px;
letter-spacing: 2px;
text-transform: uppercase;
}
p {
color: #cbd5e1;
font-size: 20px;
}
.tag {
margin-top: 18px;
color: #64748b;
font-size: 14px;
}
</style>
</head>
<body>
<div class="wrap">
<img src="/wp-content/uploads/cat.png" alt="cat">
<h1>Sunny Travel has been claimed</h1>
<p>Ваш отпуск захвачен.</p>
<div class="tag">LockCat // final notice</div>
</div>
</body>
</html>
chown www-data:www-data /var/www/sunny-travel/index.php
chmod 644 /var/www/sunny-travel/index.php