Skip to content

Commit

Permalink
fix: link
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravmak committed Jul 28, 2020
1 parent 8ac8227 commit c37500d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=mehLx_Fjv_c" target="_blank">A Walk</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand All @@ -203,7 +203,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=IuGO6WHcruU" target="_blank">Hours</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand All @@ -223,7 +223,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=UFr9StkVwTk" target="_blank">Daydream</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand All @@ -243,7 +243,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=tY0o-8UCC2s" target="_blank">Dive</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand All @@ -263,7 +263,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=pKvW38ffmS4" target="_blank">Coastal Break</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand All @@ -283,7 +283,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=pKvW38ffmS4" target="_blank">Ascesion</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand All @@ -303,7 +303,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=TaeuVzX0ZvU" target="_blank">Logical</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand All @@ -323,7 +323,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=OzB0-iZUnIU" target="_blank">Trigger</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand All @@ -343,7 +343,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=TaeuVzX0ZvU" target="_blank">Logical</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand All @@ -363,7 +363,7 @@ <h6 class="collapse-header">Other Pages:</h6>
<a href="https://www.youtube.com/watch?v=UFr9StkVwTk" target="_blank">Daydream</a>
</td>
<td>
<a href="edit_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
<a href="add_song.html" class="btn btn-info"><i class="fa fa-edit"></i></a>
</td>
<td>
<button onclick="confirmDelete()" class="btn btn-danger">
Expand Down

0 comments on commit c37500d

Please sign in to comment.