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

Tree @master (Download .tar.gz)

index.html @masterraw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>Bézier Knots</title>
  <style>
#container {
    width: 100%;
    text-align: center;
}
#panel-container {
    display: inline-block;
    text-align: right;
}
  </style>
</head>
<body>

<h1>Bézier Knots</h1>

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

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