Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pt-BR">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>Formulário de contato AnonySocial</title>
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
  8. <link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet">
  9. <link href="https://anonysocial.com.br/imagens/favicon.ico" rel="shortcut icon" type="image/x-icon">
  10. <link href="css/style.css" rel="stylesheet">
  11.  
  12. <script>
  13. window.console = window.console || function(t) {};
  14. </script>
  15.  
  16.  
  17. <script>
  18. if (document.location.search.match(/type=embed/gi)) {
  19. window.parent.postMessage("resize", "*");
  20. }
  21. </script>
  22.  
  23. </head>
  24.  
  25.  
  26. <body translate="yes">
  27.  
  28. <!--
  29. ****************************************
  30. Formulário de contato AnonySocial
  31. Criado por Felipe Trote
  32. ****************************************
  33. -->
  34.  
  35. <div id="contact-form">
  36.  
  37. <div>
  38. <h1><font face="Orbitron">Prazer em conhecê-lo! <img src="https://i.imgur.com/fkzOLKR.png" alt="AnonySocial" width="50" height="40"></font></h1>
  39. <h4><font face="Orbitron">Tem uma pergunta ou apenas quer entrar em contato. <br>
  40. com nós da AnonySocial? Vamos conversar.</font></h4>
  41. </div>
  42. <p id="failure"><font face="Orbitron">Opps! Mensagem não enviada.</font></p>
  43. <p id="success"><font face="Orbitron">Sua mensagem foi enviada com sucesso. Obrigado!</font></p>
  44.  
  45. <form method="post" action="http://formmail.kinghost.net/formmail.cgi">
  46. <!-- Pode ser qualquer endereço de email -->
  47. <input type="hidden" name="recipient" value="smithraskuduh2009@gmail.com">
  48. <!-- Após o envio, o usuário será redirecionado para a página configurada aqui -->
  49. <input type="hidden" name="redirect" value="https://www.anonysocial.com.br/obrigado.html">
  50. <!-- conta de email que sera enviado -->
  51. <!-- <input type="hidden" name="email" value="smithraskuduh2009@gmail.com"> -->
  52. <div>
  53.  
  54. <label for="name">
  55. <span class="required"><font face="Orbitron">Nome:~#</font></span>
  56. <input type="text" id="name" name="Nome" value="" placeholder="Seu nome" required="required" tabindex="1" autofocus="autofocus">
  57. </label>
  58. </div>
  59. <div>
  60. <label for="email">
  61. <span class="required"><font face="Orbitron">Email:~#</font></span>
  62. <input type="text" name="replyto" value="" placeholder="Seu Email" tabindex="2" required="required">
  63. </label>
  64. </div>
  65. <div>
  66. <label for="subject">
  67. <span class="required"><font face="Orbitron">Assunto:~#</font></span>
  68. <select id="subject" name="subject" tabindex="4">
  69. <option value="Registrei com E-Mail falso e perdi minha senha.">Registrei com E-mail falso e perdi minha senha.</option>
  70. <option value="Baixei arquivos que outro usuario postou.">Baixei arquivos que outro usuário postou.</option>
  71. <option value="Outras Coisa">Outras Coisa</option>
  72. </select>
  73. </label>
  74. </div>
  75. <div>
  76. <label for="message">
  77. <span class="required"><font face="Orbitron">Mensagem:~#</font></span>
  78. <textarea id="message" name="Mensagem" placeholder="Por favor escreva sua mensagem aqui." tabindex="5" required="required"></textarea>
  79. </label>
  80. </div>
  81. <div>
  82. <button name="submit" type="submit" id="submit"><font face="Orbitron">Enviar</font></button>
  83. <br>
  84. <button name="reset" type="reset" id="reset"><font face="Orbitron">Limpar</font></button>
  85. </div>
  86. </form>
  87.  
  88. </div>
  89.  
  90. </body>
  91. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement