Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kisahklasik committed Mar 25, 2024
1 parent 2e7b44c commit 49f0905
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
</p>

<!--<audio src="https://rockfm.rockfm.com.tr:9450/stream" autoplay></audio>-->
<button data-playing="false" role="switch" aria-checked="false">
<span>Play/Pause</span>
</button>


</div> <!-- container -->

Expand All @@ -56,8 +52,8 @@
<script src="src/js/share.js"></script>
<script src="src/js/copy.js"></script>
<script src="src/js/quotes.js"></script>
<script src="src/js/music.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>

<script>
$(window).on('load', function() { // makes sure the whole site is loaded
$('#status').fadeOut(); // will first fade out the loading animation
Expand Down

0 comments on commit 49f0905

Please sign in to comment.