severo HF staff commited on
Commit
5dd0c25
β€’
1 Parent(s): 84c7e02

fix: πŸ› remove TEST

Browse files
Files changed (1) hide show
  1. index.html +7 -4
index.html CHANGED
@@ -1,11 +1,14 @@
1
- <!doctype html>
2
  <html>
3
  <head>
4
  <title>Voronoi Cloth</title>
5
  </head>
6
  <body>
7
- TEST
8
- <iframe width="100%" height="676" frameborder="0"
9
- src="https://observablehq.com/embed/@severo/voronoi-cloth?cells=animation"></iframe>
 
 
 
10
  </body>
11
  </html>
 
1
+ <!DOCTYPE html>
2
  <html>
3
  <head>
4
  <title>Voronoi Cloth</title>
5
  </head>
6
  <body>
7
+ <iframe
8
+ width="100%"
9
+ height="676"
10
+ frameborder="0"
11
+ src="https://observablehq.com/embed/@severo/voronoi-cloth?cells=animation"
12
+ ></iframe>
13
  </body>
14
  </html>