Файловый менеджер - Редактировать - /home/gqdcvggs/auth.imators.com/password.html
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Forgot Password - Imators</title> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300..800&display=swap" rel="stylesheet"> <style> body { font-family: 'Roboto', sans-serif; background-color: #121212; color: #e0e0e0; } .fade-in { animation: fadeIn 1s ease-in-out; } .slide-in { animation: slideIn 0.5s ease-in-out forwards; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes slideIn { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } .logo { background: url('logo.png') no-repeat center center; background-size: cover; width: 100px; height: 100px; border-radius: 50%; margin: 0 auto; } </style> </head> <body class="flex h-screen justify-center items-center bg-gray-800"> <div class="fade-in p-8 bg-gray-900 rounded-lg shadow-xl max-w-md w-full"> <div class="logo mb-4"></div> <h1 class="text-gray-300 text-3xl font-semibold mb-6 text-center">Forgot your password?</h1> <p class="text-gray-400 mb-6 text-center">To ensure proper security, please send an email to the quick support address to request a password reset. This request must be made using the account's e-mail address. Click below to send an email.</p> <a href="mailto:contact@imators.com" class="block"> <button type="button" class="py-3 px-4 bg-blue-600 text-white rounded-lg hover:bg-blue-700 w-full transition duration-300 ease-in-out">Send Reset Request</button> </a> </div> <div class="fixed bottom-4 left-1/2 transform -translate-x-1/2 bg-blue-600 text-white rounded-full flex items-center justify-center px-6 py-3 cursor-pointer hover:bg-blue-700 transition duration-300 ease-in-out"> <span>Exit to login page</span> </div> <script> document.querySelector('.fixed').addEventListener('click', function() { window.location.href = 'https://auth.imators.com'; }); </script> </body> </html>
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка