SignIn.html (658B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <title>Sign In to BestBuy.com</title> 5 </head> 6 <body> 7 <form action="https://www-ssl.bestbuy.com/" name="ciaSignOn" > 8 <div> 9 <label for="fld-e">E-Mail Address</label> 10 <input type="email" name="email_MAGIC_HASH_1" id="fld-e" required="" /> 11 </div> 12 <div> 13 <label for="fld-p1">Password</label> 14 <div> 15 <input type="password" name="password_MAGIC_HASH_2" id="fld-p1" required="" /> 16 </div> 17 </div> 18 <input type="hidden" name="Salmon" value="MAGIC_HASH_3" /> 19 </form> 20 </body> 21 </html>