-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (24 loc) · 951 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html class="h5p-iframe">
<head>
<base target="_parent">
<link rel="stylesheet" href="css/h5p.css">
<link rel="stylesheet" href="css/h5p-confirmation-dialog.css">
<link rel="stylesheet" href="css/h5p-core-button.css?p7a34b">
<link rel="stylesheet" href="css/aggregated.css">
<script src="js/jquery.js"></script>
<script src="js/h5p.js"></script>
<script src="js/h5p-event-dispatcher.js"></script>
<script src="js/h5p-x-api-event.js"></script>
<script src="js/h5p-x-api.js"></script>
<script src="js/h5p-content-type.js"></script>
<script src="js/h5p-confirmation-dialog.js"></script>
<script src="js/h5p-action-bar.js"></script>
<script src="js/aggregated.js"></script>
<script src="js/h5p-integration.js"></script>
<script>var H5P = H5P || {}; H5P.externalEmbed = false;</script>
</head>
<body>
<div class="h5p-content h5p-frame" data-content-id="618">
</div>
</body>
</html>