thanks.html 925 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE HTML>
  2. <html lang="pt-BR">
  3. <head>
  4. <title>{title}</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="author" content="LInE" />
  7. <link rel="stylesheet" href="../assets/foundation.min.css">
  8. <style>
  9. .rotulo {
  10. font-weight: bold;
  11. background-color: #e4f1fa;
  12. margin: 2px;
  13. }
  14. .required::before {
  15. content: '* ';
  16. color: red;
  17. }
  18. .condicional {
  19. visibility: hidden;
  20. }
  21. .page {
  22. display: none;
  23. }
  24. #btn_submit {
  25. display: none;
  26. }
  27. legend {
  28. font-weight: bold;
  29. }
  30. </style>
  31. </head>
  32. <body>
  33. <div class="callout">
  34. <p class="paragrafo lead text-justify">
  35. Suas respostas foram gravadas com sucesso!<br/>
  36. </p>
  37. </div>
  38. <div class="callout primary">
  39. <p>{thanks}</p>
  40. </div>
  41. </body>
  42. </html>