Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetaua authored Nov 17, 2024
1 parent f02c0de commit c90ad43
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,8 @@ <h3>Conheça sobre</h3>
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>

<script>
// Função de carregamento

// Função de carregamento
function loading() {
document.getElementsByClassName('loading')[0].style.display = "none";
document.getElementsByClassName('site')[0].style.display = "block";
Expand All @@ -530,9 +528,8 @@ <h3>Conheça sobre</h3>
window.onload = function() {
setTimeout(loading, 2000); // 2 segundos para exibir a tela de carregamento antes de mostrar o site
};
</script>

<script defer src="./script.js">
</script>
<script src="./script.js">
</script>
</body>
</html>

0 comments on commit c90ad43

Please sign in to comment.