Guest User

Untitled

a guest
Jun 22nd, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <header>
  2. <h1>{ We're Coming }</h1>
  3. <h3>If you leave us your address we can contact you</h3>
  4. </header>
  5.  
  6. <section class="container">
  7. <div class="wrapBox animated rollIn">
  8. <div class="box">
  9. <div class="thanks"><p>THANK YOU!</p></div>
  10. <form action="inquire@atx-tech.com">
  11. <div>
  12. <label for="first-name">Your best email address:</label>
  13. <input type="email" name="first-name" id="name" placeholder="" />
  14. </div>
  15.  
  16. <div>
  17. <button id="send" type="submit">SUBMIT <i class="fa fa-paper-plane"></i></button>
  18. </div>
  19. </form>
  20. </div>
  21. </div>
  22. </section>
  23.  
  24. <footer></footer>
Add Comment
Please, Sign In to add comment