<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:html="http://www.w3.org/1999/xhtml"
      xmlns:svg="http://www.w3.org/2000/svg">
<head>
  <title>Interactive fractal tree</title>
  <link rel="stylesheet" type="text/css" href="style.css" />
  <script src="code.js" />
</head>
<body onload="init();">
  <svg:svg width="500" height="500">
    <svg:rect x="0" y="0" width="500" height="500"/>
    <svg:g id="tree"/>
    <svg:g id="points"/>
  </svg:svg>
  <br />
  <p>You can drag the two circles and see the fractal tree
    change.</p>
  <p>by <a href="../">Ilan Schnell</a></p>
</body>
</html>
