Commit d9722a47857e4c47f154d0045e346eaed657aef2
1 parent
b56bd71b
Exists in
master
index.html: alterando para funcionar com o http e o https
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -92,7 +92,7 @@ |
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> |
93 | 93 | |
94 | 94 | <pre> |
95 | -<script src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script> | |
95 | +<script src="//barra.brasil.gov.br/barra.js" type="text/javascript"></script> | |
96 | 96 | </pre> |
97 | 97 | |
98 | 98 | </div> | ... | ... |