summaryrefslogtreecommitdiff
path: root/resources/views/player.blade.php
blob: a2baee5776e4e370a3c599266fbd5967148bec5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="{{  manifest('css/scorm_player.css')  }}" />
  </head>

  <body>
    <iframe class="scorm-player"></iframe>
    <script>
     window.scorm_api_data = {{ Js::from($scorm_api_data) }};
    </script>
    <script src="{{ manifest('js/scorm_player.js') }}"></script>
  </body>
</html>