git @ Cat's Eye Technologies Jaccia / master demo / jaccia.html
master

Tree @master (Download .tar.gz)

jaccia.html @masterraw · history · blame

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

<h1>Jaccia Demo</h1>

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

</body>
<script src="../eg/index.js"></script>
<script src="jaccia-launcher.js"></script>
<script>
  launch('', 'container');
</script>