File manager - Edit - /home/webapp68.cm.in.th/u68319090013/projectfinal/wat-prasat/login.html
Back
<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <title>เข้าสู่ระบบ</title> <style> body { margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; background: #f2f2f2; font-family: Tahoma, sans-serif; } .login-box { background: #fff; padding: 30px; width: 300px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); } .login-box h2 { text-align: center; margin-bottom: 20px; } .login-box input { width: 100%; padding: 10px; margin-bottom: 12px; border: 1px solid #ccc; border-radius: 5px; } .login-box button { width: 100%; padding: 10px; background: #8b5a2b; color: #fff; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; } .login-box button:hover { background: #6f451f; } </style> </head> <body> <div class="login-box"> <h2>เข้าสู่ระบบ</h2> <form action="backend/login.php" method="post"> <input type="email" name="email" placeholder="อีเมล" required> <input type="password" name="password" placeholder="รหัสผ่าน" required> <button type="submit">เข้าสู่ระบบ</button> </form> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.62 |
proxy
|
phpinfo
|
Settings