Commit ea3213de105b4ffd2df08bf5c4299063fd26aab9
1 parent
90b54f35
Exists in
master
index.html: correção dos simbolos de maior e menor
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
index.html
... | ... | @@ -84,9 +84,9 @@ |
84 | 84 | <p>Cole este código logo após a abertura da tag <body>.</p> |
85 | 85 | |
86 | 86 | <pre> |
87 | -<div id="barra-brasil" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block;"> | |
88 | - <a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a><br/> &mdash; <a href="http://epwg.governoeletronico.gov.br/atualize.html" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Atualize sua barra de governo</a> | |
89 | -</div> | |
87 | +<div id="barra-brasil" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block;"> | |
88 | + <a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a><br/> &mdash; <a href="http://epwg.governoeletronico.gov.br/atualize.html" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Atualize sua barra de governo</a> | |
89 | +</div> | |
90 | 90 | </pre> |
91 | 91 | |
92 | 92 | <p>Cole este código ao final antes do fenchamento da tag <body>. A boa prática orienta que códigos JavaScript que modificam a página no momento do carregamento devem ser declarados ao final do elemento <body>.</p> | ... | ... |