Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
markhillard committed Dec 13, 2021
1 parent 29c5b6b commit df80999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -48,7 +48,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codemirror@latest/theme/dracula.css">

<!--requried styles-->
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/styles.min.css">

<!--loading indicator-->
<script>
Expand All @@ -61,11 +61,11 @@
document.getElementById('wrapper').style.visibility = 'visible';
document.getElementById('load').style.opacity = '0';
document.querySelector('.lds-ellipsis').style.visibility = 'hidden';
}, 350);
}, 500);

setTimeout(function () {
document.getElementById('load').style.visibility = 'hidden';
}, 650);
}, 1000);
}
}
</script>
Expand Down

0 comments on commit df80999

Please sign in to comment.