Actualización
This commit is contained in:
23
plugin/h5p/cache-h5p/launch/mots-caches.html
Normal file
23
plugin/h5p/cache-h5p/launch/mots-caches.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link type="text/css" rel="stylesheet" media="all" href="../dist/styles/h5p.css" />
|
||||
<meta charset="utf-8" />
|
||||
<script type="text/javascript" src="../dist/main.bundle.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="h5p-container"></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
const {
|
||||
H5P
|
||||
} = H5PStandalone;
|
||||
new H5P(document.getElementById('h5p-container'), 'mots-caches', {
|
||||
frameJs: '../dist/frame.bundle.js',
|
||||
frameCss: '../dist/styles/h5p.css'
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user