<!DOCTYPE html>
<html>

  <head>
    <link rel="stylesheet" href="style.css">
    <script src="script.js"></script>
  </head>

  <body>
    <h1>Hello Plunker!</h1>
    <h4>aac: type="audio/mp4"</h4>
    <audio controls>
      <source src="http://techslides.com/demos/samples/sample.aac" type="audio/mp4">
    </audio>
    <h4>aac: type="audio/mpeg"</h4>
    <audio controls>
      <source src="http://techslides.com/demos/samples/sample.aac" type="audio/mpeg">
    </audio>
    <p>thanks to techslides.com for their development samples</p>
  </body>

</html>
// Code goes here

/* Styles go here */