Creating separate exports file

This commit is contained in:
Jonathan Putney
2019-11-18 13:45:59 -05:00
parent bbc5af424e
commit 28e3279830
5 changed files with 18 additions and 6 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test Page</title>
<script src="dist/scorm-again.js" type="application/javascript"></script>
</head>
<body>
</body>
</html>