123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE HTML>
- <html lang="pt-BR">
- <head>
- <title>LInE Quest</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="author" content="LInE" />
- <link rel="stylesheet" href="../assets/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 alert">
- <p class="paragrafo lead text-justify">
- Questionário não existe ou não está disponível no momento!
- </p>
- </div>
- </body>
- </html>
|