git @ Cat's Eye Technologies HTML5-Gewgaws / master the-judgment-of-paris / index.html
master

Tree @master (Download .tar.gz)

index.html @masterraw · history · blame

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

<h1>The Judgment of Paris <small>from the point of view of the apple</small></h1>

<div id="control_panel">
</div>

</body>
<script src="the-judgment-of-paris.js"></script>
<script>
  launch('yoob/', 'control_panel');
</script>