19 lines
606 B
HTML
19 lines
606 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - Spiral fractal experiment v2</title>
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<canvas id='canvas2'></canvas>
|
|
<canvas id='canvas1'></canvas>
|
|
<p id='info'>Refresh page to generate new fractal shape, if your randomised fractal is more complex, the initial load can take a couple of seconds! <a href='https://www.youtube.com/frankslaboratory' target='_blank'>youtube.com/frankslaboratory</a></p>
|
|
<!-- partial -->
|
|
<script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html>
|