Файловый менеджер - Редактировать - /home/gqdcvggs/public_html/rom.rommedia.eu/index.html
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Login Page</title> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <script src="https://cdn.tailwindcss.com"></script> </head> <body class="bg-gray-200"> <div class="flex items-center justify-center h-screen"> <div class="w-full max-w-md"> <div class="bg-white shadow-lg rounded-lg px-8 pt-6 pb-8 mb-4"> <h2 class="text-center text-2xl font-bold text-gray-800 mb-4">Welcome to RomM</h2> <form> <div class="mb-4"> <label class="block text-gray-700 text-sm font-bold mb-2" for="password"> Password </label> <input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="password" type="password" placeholder="********"> </div> <div class="mb-6"> <label class="block text-gray-700 text-sm font-bold mb-2" for="access-key"> Access Key </label> <input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline" id="access-key" type="text" placeholder="Enter your access key"> </div> <div class="flex items-center justify-between"> <button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline" type="button" onclick="showNotification()"> Sign In </button> </div> </form> </div> </div> </div> <div id="notification" class="hidden absolute top-0 right-0 bg-red-500 text-white px-4 py-2 rounded-lg m-4"> Incorrect password. Please try again or contact your admin </div> <script> function showNotification() { document.getElementById('notification').classList.remove('hidden'); setTimeout(function() { document.getElementById('notification').classList.add('hidden'); }, 3000); } </script> </body> </html>
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка