-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiris.html
More file actions
17 lines (17 loc) · 815 Bytes
/
iris.html
File metadata and controls
17 lines (17 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>Iris</title><!--formatted-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Iris" />
<meta property="og:url" content="http://roodimentarysciences.com/iris.html" />
<meta property="og:image" content="http://roodimentarysciences.com/irisPreview.png" />
<link rel="image_src" href="http://roodimentarysciences.com/irisPreview.png" / ><!--formatted-->
</head><!--formatted-->
<body style="margin: 0;text-align:center;">
<div>
<button id="render" style="background-color:#ddd;border:none;margin:1rem;cursor:pointer;">render</button>
</div>
<canvas id="canvas" width="1200" height="1200" style="width:600px;height:600px"></canvas>
<script src="iris.js"></script>
</body>
</html>