File manager - Edit - /home/webapp68.cm.in.th/u68319090024/Project/admin/login.php
Back
<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <title>Admin Login</title> <link href="https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;600;700&display=swap" rel="stylesheet"> <style> *{ margin:0; padding:0; box-sizing:border-box; font-family:'Sarabun',sans-serif; } body{ min-height:100vh; background:linear-gradient(135deg,#8b6508,#d4af37); display:flex; justify-content:center; align-items:center; } .login-box{ background:#fff; width:360px; padding:45px 40px; border-radius:22px; box-shadow:0 20px 45px rgba(0,0,0,.25); animation:fadeIn .8s ease; } @keyframes fadeIn{ from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} } .login-box h2{ text-align:center; margin-bottom:30px; color:#8b6508; font-size:26px; letter-spacing:1px; } .form-group{ margin-bottom:18px; } .form-group label{ font-size:14px; color:#555; } .form-group input{ width:100%; padding:13px 15px; margin-top:6px; border-radius:12px; border:1px solid #ddd; font-size:15px; transition:.3s; } .form-group input:focus{ outline:none; border-color:#d4af37; box-shadow:0 0 0 3px rgba(212,175,55,.25); } button{ width:100%; margin-top:10px; padding:14px; border:none; border-radius:14px; font-size:16px; font-weight:600; color:#fff; background:linear-gradient(135deg,#8b6508,#d4af37); cursor:pointer; transition:.3s; } button:hover{ transform:translateY(-2px); box-shadow:0 10px 20px rgba(0,0,0,.25); } .footer-text{ text-align:center; margin-top:22px; font-size:13px; color:#888; } </style> </head> <body> <div class="login-box"> <form action="check_login.php" method="post"> <h2>🔐 Admin Login</h2> <div class="form-group"> <label>ชื่อผู้ใช้</label> <input type="text" name="username" placeholder="Username" required> </div> <div class="form-group"> <label>รหัสผ่าน</label> <input type="password" name="password" placeholder="Password" required> </div> <button type="submit">เข้าสู่ระบบ</button> <div class="footer-text"> © ระบบจัดการข่าวสาร </div> </form> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.49 |
proxy
|
phpinfo
|
Settings