Файловый менеджер - Редактировать - /home/gqdcvggs/public_html/redirect.html
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>RomM loading...</title> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&family=Oswald:wght@700&family=Merriweather:wght@900&family=Montserrat:wght@800&family=Lato:wght@900&display=swap" rel="stylesheet"> <script src="https://cdn.tailwindcss.com"></script> <style> @keyframes zoom { from { transform: scale(1); } to { transform: scale(2); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .spinner { border: 4px solid rgba(255, 255, 255, 0.3); border-top: 4px solid white; border-radius: 50%; width: 50px; height: 50px; animation: spin 2s linear infinite; } </style> </head> <body class="bg-black flex flex-col items-center justify-center h-screen"> <div id="animatedText" class="text-white font-bold text-6xl"> RomM </div> <div id="spinner" class="spinner mt-8 hidden"></div> <script> const textElement = document.getElementById('animatedText'); const spinnerElement = document.getElementById('spinner'); const fonts = ['Roboto', 'Oswald', 'Merriweather', 'Montserrat', 'Lato']; const durations = [2000, 200, 200, 200, 200]; let index = 0; function changeFont() { if (index < fonts.length) { textElement.style.fontFamily = fonts[index]; setTimeout(changeFont, durations[index]); index++; } else { textElement.style.animation = 'zoom 1s forwards'; spinnerElement.classList.remove('hidden'); setTimeout(() => { window.location.href = 'form.php'; // vers une autre page }, 3000); // Attend 3 secondes après l'apparition du spinner } } changeFont(); </script> </body> </html>
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка