<!DOCTYPE html>
<html lang="ka">
<head>
<meta charset="UTF-8">
<title>Kinokadri.co</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kinokadri.co — ფილმებისა და სერიალების ონლაინ პლატფორმა ქართულად. ნახე ახალი და პოპულარული ფილმები და სერიალები.">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #0f0f0f;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.container {
max-width: 900px;
text-align: center;
padding: 20px;
}
img {
max-width: 100%;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.6);
margin-bottom: 25px;
}
h1 {
font-size: 26px;
margin-bottom: 15px;
}
p {
font-size: 18px;
line-height: 1.6;
margin-bottom: 30px;
color: #dcdcdc;
}
a.button {
display: inline-block;
padding: 14px 32px;
background: #e50914;
color: #ffffff;
text-decoration: none;
font-size: 18px;
border-radius: 30px;
transition: background 0.3s ease;
}
a.button:hover {
background: #b20710;
}
</style>
</head>
<body>
<div class="container">
<img src="https://kinokadri.co/wp-content/uploads/2025/12/Screenshot-2025-12-13-at-03.55.26.png" alt="Kinokadri ფილმები და სერიალები">
<h1>Kinokadri.co</h1>
<p>
Kinokadri.co — ფილმებისა და სერიალების ონლაინ პლატფორმა ქართულად.
ნახე ახალი და პოპულარული ფილმები, სერიალები და გადადი მთავარ გვერდზე.
</p>
<a class="button" href="https://kinokadri.co">გადასვლა მთავარ გვერდზე</a>
</div>
</body>
</html>