Commit d9722a47857e4c47f154d0045e346eaed657aef2

Authored by cesar.bomfim
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 &lt;body&gt;. 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 &lt;body&gt;.</p>
93 93  
94 94 <pre>
95   -&lt;script src="http://barra.brasil.gov.br/barra.js" type="text/javascript"&gt;&lt;/script&gt;
  95 +&lt;script src="//barra.brasil.gov.br/barra.js" type="text/javascript"&gt;&lt;/script&gt;
96 96 </pre>
97 97  
98 98 </div>
... ...