Skip to content

Commit

Permalink
Merge pull request #5 from SintcoLTD/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
NajmAjmal-old authored Aug 7, 2023
2 parents e99916f + 6bf3048 commit 838f95d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ <h1 class="title">Lite Music Player</h1>
<input type="range" id="progressSlider" min="0" step="1">
<div id="progressTime" class="progress-time">0:00 / 0:00</div>
<select id="speedSelect">
<option value="0.25">0.25x</option>
<option value="0.5">0.5x</option>
<option value="0.75">0.75x</option>
<option value="1" selected>1x</option>
<option value="1.25">1.25x</option>
<option value="1.5">1.5x</option>
<option value="1.75">1.75x</option>
<option value="2">2x</option>
</select>
</div>
Expand All @@ -38,9 +42,9 @@ <h1 class="title">Lite Music Player</h1>
</div>
</div>
<div class="watermark">©
<a class ="github-link github-link-1" target="_blank" href="https://github.com/SintcoLTD">SintcoLTD</a> -
<a class ="github-link github-link-1" target="_blank" href="https://github.com/NajmAjmal">Najm Ajmal</a> &
<a class ="github-link github-link-1" target="_blank" href="https://github.com/sulaymaanajmal">Sulaymaan Ajmal</a>
<a class ="github-link github-link-1" target="_blank" href="https://sintcoltd.github.io/url/?gh=SintcoLTD">SintcoLTD</a> -
<a class ="github-link github-link-1" target="_blank" href="https://sintcoltd.github.io/url/?gh=NajmAjmal">Najm Ajmal</a> &
<a class ="github-link github-link-1" target="_blank" href="https://sintcoltd.github.io/url/?gh=sulaymaanajmal">Sulaymaan Ajmal</a>
</div>
<script src="script.js"></script>
</body>
Expand Down

0 comments on commit 838f95d

Please sign in to comment.