git @ Cat's Eye Technologies HTML5-Gewgaws / 0.1 radialjective / index.html
0.1

Tree @0.1 (Download .tar.gz)

index.html @0.1raw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>Radialjective</title>
  <style>
#canvas { border: 1px solid blue; }
  </style>
</head>
<body>

<h1>Radialjective</h1>

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

</body>
<script src="radialjective.js"></script>
<script>
  launch('../common-yoob.js-0.9/', 'container');
</script>