123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE HTML>
- <html lang="pt-BR">
- <head>
- <title>Questionário: Pesquisa sobre mudanças na Educação provocadas pela pandemia da covid-19</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="author" content="LInE" />
- <link rel="stylesheet" href="../forms/foundation.min.css">
- <style>
- .rotulo {
- font-weight: bold;
- background-color: #e4f1fa;
- margin: 2px;
- }
- .required::before {
- content: '* ';
- color: red;
- }
- .condicional {
- visibility: hidden;
- }
- .page {
- display: none;
- }
- #btn_submit {
- display: none;
- }
- legend {
- font-weight: bold;
- }
- </style>
- </head>
- <body>
- <div class="callout">
- <p class="paragrafo lead text-justify">
- Suas respostas foram gravadas com sucesso! O Laboratório de Informática na Educação agradece a sua participação!
- </p>
- </div>
- </body>
- </html>
|