no_form.html 881 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE HTML>
  2. <html lang="pt-BR">
  3. <head>
  4. <title>LInE Quest</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 alert">
  34. <p class="paragrafo lead text-justify">
  35. Questionário não existe ou não está disponível no momento!
  36. </p>
  37. </div>
  38. </body>
  39. </html>