git @ Cat's Eye Technologies Matchbox / master demo / matchbox.html
master

Tree @master (Download .tar.gz)

matchbox.html @masterraw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>Matchbox</title>
</head>
<body>

<h1>Matchbox</h1>

<div id="container"></div>

</body>
<script src="../eg/examplePrograms.jsonp.js"></script>
<script src="../src/matchbox-launcher.js"></script>
<script>
launch('../src/', 'container', {});
</script>