Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.01 KB | None | 0 0
  1. <div class="nu-exit-popup-container">
  2.     <div class="nu-exit-popup-question">
  3.         <img src="http://www3.alibris-static.com/images/red/nav/alibris-logo.gif">
  4.         <h2>Save up to 80% on books now</h2>
  5.         <h3>and enjoy our best offers</h3>
  6.         <form id="nu_sub" class="nu-exit-popup-form" onsubmit="nu.onNuExitSubmit();return false;">
  7.             <input class="nu-email" type="text" name="email" placeholder="Enter your email here...">
  8.             <input type="submit" value="Claim offer">
  9.         </form>
  10.         <div class="nu-exit-popup-error">Please enter valid email address</div>
  11.     </div>
  12.     <div class="nu-exit-popup-response">
  13.         <img src="http://www3.alibris-static.com/images/red/nav/alibris-logo.gif">
  14.         <h2>Thanks, you are now subscribed to the best offers.</h2>
  15.         <h3>Looking for the best deals now?</h3>
  16.         <a class="nu-alibris-button" href="http://www.alibris.com/coupons?utm_source=nu_iam&utm_medium=popup&utm_campaign=exit">View our best deals</a>
  17.     </div>
  18. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement