helper web page for testing standalone embark.min.js

This commit is contained in:
Michael Bradley, Jr 2018-07-05 19:25:25 -05:00
parent c81ddd9ddd
commit 333d8c06dd

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>EmbarkJS &mdash; standalone</title>
<script src="embark.min.js"></script>
</head>
<body></body>
</html>