<!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>