git @ Cat's Eye Technologies Maze-Clouds / master demo / maze-clouds.html
master

Tree @master (Download .tar.gz)

maze-clouds.html @masterraw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>Maze Clouds</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <style>
  #installation {
    height: 600px;
    width: 600px;
  }
  </style>
</head>
<body>

<h1>Maze Clouds</h1>

<article>
  <div id="installation"></div>
</article>

<script src="dam-plus-widgets-web.js"></script>
<script src="../src/maze-clouds.js"></script>
<script src="maze-clouds-svg-launcher.js"></script>
<script>
launch({
  container: document.getElementById('installation'),
});
</script>
</body>