Spaces:
Running
Running
Create index.html
Browse files- index.html +10 -0
index.html
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!doctype html>
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<title>Coronoi Cloth</title>
|
| 5 |
+
</head>
|
| 6 |
+
<body>
|
| 7 |
+
<iframe width="100%" height="676" frameborder="0"
|
| 8 |
+
src="https://observablehq.com/embed/@severo/voronoi-cloth?cells=animation"></iframe>
|
| 9 |
+
</body>
|
| 10 |
+
</html>
|