Initial commit.

This commit is contained in:
Ian Gulliver
2016-01-24 20:44:30 -08:00
parent de63c01110
commit 59ee7d3e05
3 changed files with 341 additions and 0 deletions

14
listen.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<script src="metatron.js" charset="UTF-8"></script>
</head>
<body>
<div id="value"></div>
<script>
window.addEventListener('load', function() {
var listener = new metatron.Listener('test');
});
</script>
</body>
</html>