Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
plopez01 authored Jun 4, 2024
1 parent 654b50c commit f7cce52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">

<script defer src="https://www.youtube.com/iframe_api"></script>
<script defer src="https://cdn.jsdelivr.net/npm/get-video-id/dist/get-video-id.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/get-video-id/dist/get-video-id.umd.min.js"></script>
<script defer src="index.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<style>
Expand Down Expand Up @@ -97,4 +97,4 @@ <h1>Song Timer</h1>
<div class="ratio ratio-16x9"><div id="playerdiv"></div></div>
</div>
</body>
</html>
</html>

0 comments on commit f7cce52

Please sign in to comment.