Using $ABC_UI with minimal code

<!DOCTYPE html>
<html>
<head lang="en">
  <meta charset="UTF-8">
  <title>using $ABC_UI</title>
  <link rel="stylesheet" href="http://dev.music.free.fr/css/music.min.css" />
  <script src="http://dev.music.free.fr/js/abc-ui-1.0.0.min.js"></script>
</head>
<body>
  <h1>Using $ABC_UI with minimal code</h1>

  <div class="abc-source">
    % abc text is put here
    X:1
    L:1/4
    K:C
    CDEFGABc |]
  </div>

  <script>
    $ABC_UI.init();
  </script>
</body>
</html>
% abc text is put here X:1 L:1/4 K:C CDEFGABc |]