factory/v2010/index.html
changeset 7 cfde0597a8dc
parent 0 d9b71931f372
child 10 9460588a1633
     1.1 --- a/factory/v2010/index.html	Sat Jun 19 00:12:34 2010 +0200
     1.2 +++ b/factory/v2010/index.html	Sun Jul 04 00:11:17 2010 +0200
     1.3 @@ -1,2 +1,7 @@
     1.4 -<p><img src="images/world.png" alt="world map" height="280" width="100%" /></p>
     1.5 +<p>
     1.6 +<!--<img src="images/world.png" alt="world map" height="280" width="100%" />
     1.7 +-->
     1.8 +<body onload="draw(0, 0, 0, 0);">  
     1.9 +<canvas id="mandelbrot" width="670" height="280"></canvas> 
    1.10 +</p>
    1.11