Skip to content

Commit

Permalink
Comment out preloader in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FREDERICO23 committed Jun 27, 2024
1 parent d6b538c commit 73da3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heroes/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ <h4>{{ hero.name }}</h4>
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>

<!-- Preloader -->
<div id="preloader">
<!--div id="preloader">
<div class="line"></div>
</div>
</div-->
<script>
document.addEventListener('DOMContentLoaded', function() {
const audio = document.getElementById('background-music');
Expand Down

0 comments on commit 73da3bb

Please sign in to comment.