JAYASWAROOP commited on
Commit
c91b50d
1 Parent(s): 0313e67

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -6
index.html CHANGED
@@ -331,19 +331,19 @@ audio {
331
  <section class="playlist">
332
  <h2>Playlist</h2>
333
  <div class="song1">
334
- <h3>Song Title 1</h3>
335
- <p>Artist: Singer Name</p>
336
  <audio controls>
337
- <source src="song1.mp3" type="audio/mpeg">
338
  Your browser does not support the audio element.
339
  </audio>
340
  </div>
341
 
342
  <div class="song1">
343
- <h3>Song Title 2</h3>
344
- <p>Artist: Singer Name</p>
345
  <audio controls>
346
- <source src="song2.mp3" type="audio/mpeg">
347
  Your browser does not support the audio element.
348
  </audio>
349
  </div>
 
331
  <section class="playlist">
332
  <h2>Playlist</h2>
333
  <div class="song1">
334
+ <h3>Shape Of You</h3>
335
+ <p>Artist: Ed Sherran</p>
336
  <audio controls>
337
+ <source src="edsherran.mp3" type="audio/mpeg">
338
  Your browser does not support the audio element.
339
  </audio>
340
  </div>
341
 
342
  <div class="song1">
343
+ <h3>Peaches</h3>
344
+ <p>Artist: Justin Beiber</p>
345
  <audio controls>
346
+ <source src="peaches.mp3" type="audio/mpeg">
347
  Your browser does not support the audio element.
348
  </audio>
349
  </div>