Файловый менеджер - Редактировать - /home/gqdcvggs/imators.com/success.html
Назад
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Imators</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet"> <style> @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap'); body { font-family: 'Space Grotesk', sans-serif; } </style> </head> <body class="bg-black text-white font-sans flex flex-col items-center justify-center h-screen"> <h1 class="text-4xl font-bold text-green-500 mb-4">Thank you very much!</h1> <p class="text-lg mb-2">Your operation has been successfully completed.</p> <p class="text-sm font-light">You will be redirected to Imators in <span id="countdown" class="font-bold">3</span> secondes.</p> <script> let countdown = 3; const countdownElement = document.getElementById('countdown'); const timer = setInterval(() => { countdown--; countdownElement.textContent = countdown; if (countdown <= 0) { clearInterval(timer); window.location.href = '/'; // Remplacez par l'URL de redirection souhait�e } }, 1000); </script> </body> </html>
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка