-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.12 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>
<title>Watch Grass</title>
<script src="p5-1.6.0.min.js"></script>
<script src="p5.svg.min.js"></script>
<link rel="stylesheet" href="style.min.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<h1>Watch Grass</h1>
<div id="canvasWrapper">
<div id="canvasContainer">
<!-- The grass grows here -->
</div>
<div id="controls">
<button id="drawButton">Grow</button>
<button id="autoButton">Watch Grow</button>
<button id="clearButton">Mow</button>
<button id="exportSVGButton">Export SVG</button>
<button id="exportPNGButton">Export PNG</button>
</div>
</div>
<footer id="credit">
<p><a href="https://zora.co/collect/zora:0x339d3cf921ef7fa5e9727c6f1f958279486e94be/1?referrer=0xa903C06BF35286f6d1cDAD25396748353979a44C" target="_blank">Mint the NFT version of this site</a></p>
<p><a href="https://benbodhi.energy" target="_blank">⁺✦ benbodhi ✦⁺</a></p>
</footer>
<script src="sketch.min.js"></script>
</body>
</html>