You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<html> |
|
<head> |
|
<script type="text/javascript" src="paper.js"></script> |
|
<script type="text/javascript" src="baumgen.js"></script> |
|
|
|
<style> |
|
#canvas { |
|
width: 1000; |
|
height: 1000; |
|
} |
|
</style> |
|
|
|
</head> |
|
<body> |
|
<canvas id="canvas" resize></canvas> |
|
</body> |
|
</html>
|
|
|