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>