<!DOCTYPE html> <html> <head> <title>WebAudio HOA</title> <script src="//code.jquery.com/jquery-3.0.0.min.js"></script> </head> <body> <div id='main-column'> <h1>WebAudio Ambisonic - B-format player</h1> <hr> <!-- Load html and js elements common to all examples --> <div id="common"></div><br/> <script> $("#common").load("common.html"); </script> <script src="../ambisonics.umd.js"></script> <!-- Load js file related to current example --> <script src="./foa-player.js"></script> </div> </body> </html>