git @ Cat's Eye Technologies Lexeduct / master demo / lexeduct.html
master

Tree @master (Download .tar.gz)

lexeduct.html @masterraw · history · blame

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

<header>
  <h1>Lexeduct</h1>
  <p>
    <i>If the page is blank and says <code>lexeduct-transformers.js</code> can't be loaded,
    you need to run <code>make.sh</code>.</i>
  </p>
</header>

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

</body>
<script src="launch-lexeduct.js"></script>
<script>
launch("", "container");
</script>