Skip to content

Commit

Permalink
0.1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sphis-Sinco authored Sep 16, 2024
1 parent 33fc01f commit 22ffb99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions changelogs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 0.1 bundle - September 15 2024
## 0.1.1.17
- added line break to composer opinon stars
## 0.1.1.16
- removed testing stars
- added composer opinion stars to each song
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1>Volume 1</h1>
<div class="vocal/inst">
<div id="volume1/pupInst">
<h2>Pup-Inst</h2>
<img src="./content/stars/3stars.png">
<img src="./content/stars/3stars.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/Pup-Inst.mp3"
Expand All @@ -67,7 +67,7 @@ <h2>Pup-Inst</h2>
<div id="volume1/pupVocals">
<h2>Pup-Vocals</h2>
<footer>Plays every 5 repeats of the inst</footer>
<img src="./content/stars/1star.png">
<img src="./content/stars/1star.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/Pup-vocals.mp3"
Expand All @@ -89,7 +89,7 @@ <h2>Pup-Vocals</h2>

<div id="volume1/pets">
<h2>Week-based</h2>
<img src="./content/stars/5stars.png">
<img src="./content/stars/5stars.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/week-based.mp3"
Expand All @@ -110,7 +110,7 @@ <h2>Week-based</h2>

<div id="volume1/propets">
<h2>ProPets / Pets (Pro Mix)</h2>
<img src="./content/stars/4stars.png">
<img src="./content/stars/4stars.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/ProPets.mp3"
Expand All @@ -131,7 +131,7 @@ <h2>ProPets / Pets (Pro Mix)</h2>

<div id="volume1/pets">
<h2>Pets</h2>
<img src="./content/stars/2stars.png">
<img src="./content/stars/2stars.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/Pets.mp3"
Expand Down

0 comments on commit 22ffb99

Please sign in to comment.