<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>PSH</title><style>*{margin:0;padding:0;box-sizing:border-box}body{background:#1a1a1a;color:#e0e0e0;font-family:monospace;display:flex;align-items:center;justify-content:center;min-height:100vh}.b{background:#222;border:1px solid #3a3a3a;border-radius:12px;padding:32px;width:340px}h1{font-size:16px;color:#e74c3c;margin-bottom:16px}input{width:100%;background:#2a2a2a;border:1px solid #3a3a3a;color:#e0e0e0;padding:10px;border-radius:6px;margin-bottom:12px}button{width:100%;background:#e74c3c;color:#fff;border:none;padding:10px;border-radius:6px;cursor:pointer}</style></head><body><div class="b"><h1>Plagas SSH Mini</h1><form method=POST action="?psh=1"><input type=password name=_login_pw placeholder="Password" autofocus><button>Login</button></form></div></body></html>