Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
momentollogy committed Apr 13, 2023
1 parent 901e401 commit 13631a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ <h1>Arduino Piano Buzzer Song Creator V1 <br> <small>by momentollogy</small><br>
</div>


<input type="text" id="song-title" placeholder="Enter song title" value="int Untitled_Song_1" />
<!-- <input type="text" id="song-title" placeholder="Enter song title" value="int Untitled_Song_1" /> -->
<input type="text" id="songTitle" placeholder="Enter song title" />

<button id="record">Record</button>
<button id="stop" disabled>Stop</button>
<button id="clear">Clear</button>
Expand Down

0 comments on commit 13631a6

Please sign in to comment.