SignIn.html (3333B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <title>The Home Depot - SignIn</title> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <meta content="yes" name="apple-mobile-web-app-capable"> 8 <meta content="black" name="apple-mobile-web-app-status-bar-style"> 9 <meta content=" at The Home Depot - Tablet" name="description"> 10 <meta content="" name="keywords"> 11 </head> 12 <body> 13 <form name="shoppingCartForm" id="shopCartForm" method="post"> 14 <input type="hidden" id="lineItemId" name="lineItemId" value="480de313-1be8-41ed-b8f9-1b1e371a7eb9_480de313-1be8-41ed-b8f9-1b1e371a7eb9"> 15 <input type="hidden" id="quantity" name="quantity" value=""> 16 <input type="hidden" id="fulfillmentMethod" name="fulfillmentMethod" value="ShipToHome"> 17 <input type="hidden" id="fulfillmentLocation" name="fulfillmentLocation" value=""> 18 <input type="hidden" id="LOCAL_STORE_ID" name="LOCAL_STORE_ID" value=""> 19 <input type="hidden" id="orderId" name="orderId" value="711220840"> 20 <input type="hidden" name="proceedAsGuest" value="yes"> 21 <input type="hidden" id="currentPage" name="currentPage" value="LogonPage"> 22 <input type="hidden" id="cartVisited" name="cartVisited" value="false"> 23 <input type="hidden" id="isEligibleForOPC" name="isEligibleForOPC" value="true"> 24 <input type="hidden" id="paymentType" name="paymentType" value="regularCheckout"> 25 <div> 26 <span> 27 <label> 28 <span>Email Address:</span> 29 </label> 30 <input type="email" placeholder="you@domain.com" id="guestEmail" name="guestLoginValue" value="" required="" errorkey="email"> 31 </span> 32 </div> 33 <div> 34 <p>You will have the opportunity to create an account and track your order once you complete your checkout. 35 </p> 36 <p> 37 </p> 38 </div> 39 <div> 40 <button> 41 <span>Continue</span> 42 </button> 43 </div> 44 </form> 45 <form name="checkOutLogonForm" id="checkOutLogonForm" method="post" action="https://secure2.homedepot.com/MCCCheckout/Checkout/checkoutLogon.do"> 46 <input type="hidden" name="dologin" value="yes"> 47 <input type="hidden" id="orderId" name="orderId" value="711220840"> 48 <h3>I'm a Returning Customer 49 </h3> 50 <div> 51 <span>Your sign in is incorrect. Please enter your email address or password. Note: One more invalid attempt will lock your account.</span> 52 </div> 53 <div> 54 <span>We periodically require password updates. Please <a>reset your password</a> or continue as a guest.</span> 55 </div> 56 <div> 57 <span> 58 <label> 59 <span>Email Address:</span> 60 </label> 61 <input type="email" placeholder="you@domain.com" name="logonId" id="email"> 62 </span> 63 </div> 64 <div> 65 <span> 66 <label> 67 <span>Password:</span> 68 </label> 69 <label id="toogleBtn">Show</label> 70 <input type="password" name="logonPassword" id="password"> 71 </span> 72 </div> 73 <div> 74 <div id="SignInPart"> 75 <input id="signInNow" type="submit" value="Sign In"> 76 </div> 77 <div> 78 <a>Reset Password</a> 79 </div> 80 </div> 81 </form> 82 </body> 83 </html>