git @ Cat's Eye Technologies Tandem / master demo / tandem.html
master

Tree @master (Download .tar.gz)

tandem.html @masterraw · history · blame

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

<h1>Tandem</h1>

<p>(Tandem.hs compiled to .js by <code>hastec</code>, running in HTML5 document)</p>

<div id="installation"></div>

<script src="../eg/examplePrograms.jsonp.js"></script>
<script src="hastec-launcher.js"></script>
<script src="tandem.js"></script>
<script>
  launch({
    container: document.getElementById('installation'),
    initialOption: "fsa-accept.tandem"
  });
</script>
</body>