Commit 852a3559402cc374419a4dff71cf7332965a4c41
1 parent
1097ec8b
Exists in
master
Corrigi codificação HTML para não renderizar as tags dentro do código de exemplo.
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
index.html
| ... | ... | @@ -88,15 +88,15 @@ |
| 88 | 88 | |
| 89 | 89 | <h2>Instruções para o uso da barra</h2> |
| 90 | 90 | |
| 91 | - <h3>Aplicando o HTML</h3> | |
| 91 | + <h3>Aplicando o Script</h3> | |
| 92 | 92 | |
| 93 | 93 | <p>Cole este código logo após a abertura da tag <body>. Selecione a cor clicando nas opções no menu a direita.</p> |
| 94 | 94 | |
| 95 | 95 | <pre> |
| 96 | -<div id="barra-brasil"> | |
| 97 | - <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Portal do Governo Brasileiro</a> | |
| 98 | -</div> | |
| 99 | -<script src="http://barra.brasil.gov.br/barra.js?cor=azul" type="text/javascript"></script> | |
| 96 | +<div id="barra-brasil"> | |
| 97 | + <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Portal do Governo Brasileiro</a> | |
| 98 | +</div> | |
| 99 | +<script src="http://barra.brasil.gov.br/barra.js?cor=azul" type="text/javascript"></script> | |
| 100 | 100 | </pre> |
| 101 | 101 | |
| 102 | 102 | </div> | ... | ... |