-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0>
<style> body {padding: 0; margin: 0;} </style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.min.js"></script>
<script src="sketch.js"></script>
</head>
<body>
<center>
<h1><code> Sunflower </code></h1>
<a href="https://en.wikipedia.org/wiki/Golden_ratio" target="_blank" style="text-decoration:
none">
<div id='p5jsContainer' style="margin: 0 0; background-color: black; height: 500px"></div>
</a>
<div style="width: 800px">
<code>
Inspired by
<a href="https://www.youtube.com/watch?v=sj8Sg8qnjOg&t=444s" target="_blank">Numberphile</a>,
thanks to <a href="http://p5js.org" target="_blank">p5js</a><br/>
<a href="https://github.com/pablo-benito/" target="_blank">Pablo Benito</a><br/>
</code>
</div>
</center>
</body>
</html>