15 lines
276 B
HTML
15 lines
276 B
HTML
|
|
<!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>
|