rovigooggi.it Ads.txt file

<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="3; URL=https://rovigo.news">
<title>RovigoOggi.it - Redirect</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
color: white;
overflow: hidden;
}

.container {
text-align: center;
padding: 40px;
background: rgba(255, 255, 255, 0.1);
border-radius: 20px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
max-width: 500px;
width: 90%;
animation: fadeIn 0.8s ease-out;
}

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

.logo {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 20px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
animation: pulse 2s infinite;
}

@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}

.message {
font-size: 1.2em;
margin-bottom: 30px;
opacity: 0.9;
line-height: 1.6;
}

.spinner {
width: 50px;
height: 50px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 20px auto;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.countdown {
font-size: 1.1em;
margin-top: 20px;
opacity: 0.8;
}

.link {
display: inline-block;
margin-top: 20px;
padding: 12px 30px;
background: rgba(255, 255, 255, 0.2);
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 25px;
color: white;
text-decoration: none;
transition: all 0.3s ease;
font-weight: 500;
}

.link:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.particles {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: -1;
}

.particle {
position: absolute;
width: 4px;
height: 4px;
background: rgba(255, 255, 255, 0.6);
border-radius: 50%;
animation: float 6s infinite ease-in-out;
}

@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(180deg); }
}

.particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.particle:nth-child(2) { left: 20%; animation-delay: 1s; }
.particle:nth-child(3) { left: 30%; animation-delay: 2s; }
.particle:nth-child(4) { left: 40%; animation-delay: 3s; }
.particle:nth-child(5) { left: 50%; animation-delay: 4s; }
.particle:nth-child(6) { left: 60%; animation-delay: 5s; }
.particle:nth-child(7) { left: 70%; animation-delay: 2s; }
.particle:nth-child(8) { left: 80%; animation-delay: 3s; }
.particle:nth-child(9) { left: 90%; animation-delay: 1s; }
</style>
</head>
<body>
<div class="particles">
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
</div>

<div class="container">
<div class="logo">📰 RovigoOggi.it</div>
<div class="message">
Stiamo tornando con una veste completamente nuova!<br>
Tra poco sarai reindirizzato al nostro nuovo sito.
</div>
<div class="spinner"></div>
<div class="countdown">
Reindirizzamento automatico in <span id="counter">3</span> secondi...
</div>
<a href="https://rovigo.news" class="link">
Vai subito al nuovo sito →
</a>
</div>

<script>
let count = 3;
const counter = document.getElementById('counter');

const countdown = setInterval(() => {
count--;
counter.textContent = count;

if (count <= 0) {
clearInterval(countdown);
counter.textContent = '0';
}
}, 1000);

// Aggiunge un po' di randomness alle particelle
const particles = document.querySelectorAll('.particle');
particles.forEach(particle => {
particle.style.top = Math.random() * 100 + '%';
particle.style.animationDuration = (Math.random() * 3 + 3) + 's';
});
</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.