git @ Cat's Eye Technologies HTML5-Gewgaws / master fingerspelling / index.html
master

Tree @master (Download .tar.gz)

index.html @masterraw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Fingerspelling</title>
</head>
<body>

<h1>Fingerspelling</h1>

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

</body>
<script src="fingerspelling.js"></script>
<script>
  launch('yoob/', 'container');
</script>