filmer.cz Ads.txt file

<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Filmer.cz - Ukončení provozu</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
background-color: #000;
color: #fff;
height: 100vh;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}

.background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('/api/placeholder/1600/900');
background-size: cover;
background-position: center;
filter: brightness(0.15);
z-index: -1;
}

.container {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 12px;
padding: 40px;
width: 90%;
max-width: 600px;
text-align: center;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
border: 1px solid rgba(255, 255, 255, 0.1);
animation: fadeIn 1s ease-in-out;
}

h1 {
font-size: 2.5rem;
margin-bottom: 20px;
color: #e50914;
text-shadow: 0 0 10px rgba(229, 9, 20, 0.5);
}

p {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 20px;
color: #e5e5e5;
}

.highlight {
color: #e50914;
font-weight: bold;
}

a {
color: #e50914;
text-decoration: none;
transition: all 0.3s ease;
font-weight: bold;
}

a:hover {
color: #ff3333;
text-decoration: underline;
}

.button {
display: inline-block;
padding: 12px 24px;
background-color: #e50914;
color: white;
border-radius: 6px;
margin-top: 15px;
font-weight: bold;
transition: all 0.3s ease;
}

.button:hover {
background-color: #ff3333;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(229, 9, 20, 0.3);
text-decoration: none;
}

.countdown {
margin-top: 30px;
font-size: 0.9rem;
color: #aaa;
}

.logo {
font-size: 3rem;
font-weight: bold;
margin-bottom: 20px;
background: linear-gradient(to right, #e50914, #ff8f00);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
}

@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@media (max-width: 768px) {
.container {
padding: 30px 20px;
width: 95%;
}

h1 {
font-size: 2rem;
}

.logo {
font-size: 2.5rem;
}
}
</style>
</head>
<body>
<div class="background"></div>

<div class="container">
<div class="logo">Filmer.cz</div>
<h1>Ukončení provozu</h1>

<p>Vážení uživatelé, provoz stránky <span class="highlight">Filmer.cz</span> byl ukončen.</p>

<p><span class="highlight">Doména Filmer.cz je nyní na prodej.</span></p>

<p>Pro bližší informace k doméně nás prosím <a href="https://www.clonet.cz/kontakt/" target="_blank">kontaktujte</a>.</p>

<p>Hledáte filmovou databázi? Vyzkoušejte naši novou platformu:</p>

<a href="https://filmbaze.cz" class="button">Přejít na Filmbaze.cz</a>

<p class="countdown">Budete automaticky přesměrováni za <span id="seconds">40</span> sekund...</p>
</div>

<script>
// Odpočet a přesměrování
let seconds = 40;
const countdown = document.getElementById('seconds');

const interval = setInterval(function() {
seconds--;
if (seconds <= 0) {
clearInterval(interval);
window.location.href = 'https://filmbaze.cz';
} else {
// Správná čeština pro skloňování
if (seconds === 1) {
countdown.textContent = seconds + ' sekundu';
} else if (seconds >= 2 && seconds <= 4) {
countdown.textContent = seconds + ' sekundy';
} else {
countdown.textContent = seconds + ' sekund';
}
}
}, 1000);

// Nahrazení placeholder obrázku skutečným (v reálném nasazení)
// Na reálné stránce byste upravili cestu k obrázku
document.querySelector('.background').style.backgroundImage = 'url("https://www.filmer.cz/landing.jpg")';
</script>
</body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.