Advertisement
contatowellington

Untitled

Jul 7th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <div class="pgContato">
  2. <div class="contato">
  3. <div class="formContato">
  4. <form id="formContato" tabindex="1" action="#" method="post">
  5. <input id="nome" name="nome" required="" type="text" placeholder="Nome" />
  6. <input id="email" name="email" required="" type="email" placeholder="Email" />
  7. <input id="tel" name="tel" type="tel" placeholder="Telefone" />
  8. <textarea id="conteudo" name="conteudo" required="" placeholder="Deixe uma mensagem"></textarea>
  9. <button class="botaoContato" type="submit">Enviar</button>
  10. </form>
  11. </div>
  12. </div>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement