Checkout.html (5063B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta name="generator" content="HTML Tidy for HTML5 for Mac OS X version 5.4.0"> 5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 6 <meta charset="utf-8"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 8 <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> 9 <title> 10 </title> 11 </head> 12 <body> 13 <form> 14 <p>Enter new zip code:</p> 15 <label> 16 </label> 17 <div> 18 <p> 19 <label>ZIP Code (required)</label> 20 </p> 21 <label> 22 <input name="zip-code" value="" placeholder="" type="text"> 23 </label> 24 </div> 25 <div> 26 <div> 27 <button type="submit">Calculate</button> 28 </div> 29 <div> 30 <button type="button">Cancel</button> 31 </div> 32 </div> 33 </form> 34 <form> 35 <label> 36 <span> 37 <span>Promo code 38 (optional)</span> 39 </span> 40 </label> 41 <div> 42 <input name="promoCode"> 43 </div> 44 <button type="submit"> 45 <span>Apply</span> 46 </button> 47 </form> 48 <form method="post" novalidate=""> 49 <div> 50 <div> 51 <label> 52 <span>Email address (required)</span> 53 </label> 54 </div> 55 <div> 56 <div> 57 <label> 58 <input 59 title="Email address" placeholder="" name="email" type="email"> 60 </label> 61 </div> 62 </div> 63 </div> 64 <div> 65 <div> 66 <div> 67 <label> 68 <span>Password (required)</span> 69 </label> 70 </div> 71 <div> 72 <div> 73 <label> 74 <input 75 title="Password" placeholder="" name="password" 76 type="password"> 77 </label> 78 </div> 79 <div> 80 <label> 81 <button type="button"> 82 <label>Show</label> 83 </button> 84 </label> 85 </div> 86 </div> 87 <div> 88 <label> 89 <span>Password (required)</span> 90 </label> 91 </div> 92 <div> 93 <div> 94 <label> 95 <input 96 title="Password" placeholder="" name="password" 97 autocomplete="off" tabindex="-1" type="text"> 98 </label> 99 </div> 100 <div> 101 <label> 102 <button type="button" tabindex="-1"> 103 <label>Hide</label> 104 </button> 105 </label> 106 </div> 107 </div> 108 </div> 109 </div> 110 <div> 111 <div> 112 <div> 113 <button type="button">Forgot password?</button> 114 </div> 115 </div> 116 </div> 117 <div> 118 <button type="submit">Sign In</button> 119 </div> 120 </form> 121 <form novalidate="" method="post"> 122 <div>*required field</div> 123 <div> 124 <label> 125 <span>First name*</span> 126 </label> 127 </div> 128 <div> 129 <div> 130 <label> 131 <input 132 title="First name" placeholder="" name="firstName" type="text"> 133 </label> 134 </div> 135 </div> 136 <div> 137 <label> 138 <span>Last name*</span> 139 </label> 140 </div> 141 <div> 142 <div> 143 <label> 144 <input 145 title="Last name" placeholder="" name="lastName" 146 type="text"> 147 </label> 148 </div> 149 </div> 150 <div> 151 <label> 152 <span>Email address*</span> 153 </label> 154 </div> 155 <div> 156 <div> 157 <label> 158 <input 159 title="Email address" placeholder="" name="email" autocomplete="off" type="email"> 160 </label> 161 </div> 162 </div> 163 <div> 164 <input tabindex="-1" 165 title="Email Address" type="text"> 166 <input tabindex="-1" title="Password" type="password"> 167 </div> 168 <div> 169 <div> 170 <div> 171 <label> 172 <span>Password*</span> 173 </label> 174 </div> 175 <div> 176 <div> 177 <label> 178 <input 179 title="Password" placeholder="" name="password" 180 autocomplete="new-password" type="password"> 181 <span>Your password 182 must be between 6 and 12 characters.</span> 183 </label> 184 </div> 185 <div> 186 <label> 187 <button type="button"> 188 <label>Show</label> 189 </button> 190 </label> 191 </div> 192 </div> 193 <div> 194 <label> 195 <span>Password*</span> 196 </label> 197 </div> 198 <div> 199 <div> 200 <label> 201 <input 202 title="Password" placeholder="" name="password" 203 autocomplete="off" tabindex="-1" type="text"> 204 <span>Your password 205 must be between 6 and 12 characters.</span> 206 </label> 207 </div> 208 <div> 209 <label> 210 <button type="button" tabindex="-1"> 211 <label>Hide</label> 212 </button> 213 </label> 214 </div> 215 </div> 216 </div> 217 </div> 218 <div> 219 <span> 220 <span>By clicking Create Account, you acknowledge you 221 have read and agreed to our</span> 222 <a target="_blank">Terms of 223 Use</a> 224 <span>and</span> 225 <a target="_blank">Privacy 226 Policy</a> 227 <span>.</span> 228 </span> 229 </div> 230 <button type="submit">Create Account</button> 231 <div> 232 <div> 233 <input name="newsletter" id="checkbox-0" value="true" checked="checked" type="checkbox"> 234 <label for="checkbox-0"> 235 <span>Email me 236 about Rollbacks, special pricing, hot new items, gift ideas and 237 more.</span> 238 </label> 239 </div> 240 </div> 241 </form> 242 </body> 243 </html>