git @ Cat's Eye Technologies HTML5-Gewgaws / master two-fifty-six / index.html
master

Tree @master (Download .tar.gz)

index.html @masterraw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>Two Fifty Six</title>
  <style>
body { text-align: center; }
#sliders-panel {
    display: inline-block;
    width: 40%;
    text-align: right;
}
  </style>
</head>
<body>

<h1>Two Fifty Six</h1>

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

</body>
<script src="two-fifty-six.js"></script>
<script>
  launch('yoob/', 'container');
</script>