diff --git a/docs/iframe-fractal/README.md b/docs/iframe-fractal/README.md new file mode 100644 index 0000000..aeb6560 --- /dev/null +++ b/docs/iframe-fractal/README.md @@ -0,0 +1,8 @@ +# iframe-fractal + +Quick 5-minute experiment where I made a menger sponge using nested iframes. +Based on [this code](https://github.com/bryanbraun/infinitely-nested-iframes). + +Click [here](https://dogeystamp.github.io/garbage-monorepo/iframe-fractal/) for a demo. + +![preview](https://raw.githubusercontent.com/dogeystamp/garbage-monorepo/main/docs/iframe-fractal/preview.png) diff --git a/docs/iframe-fractal/index.html b/docs/iframe-fractal/index.html new file mode 100644 index 0000000..fcdf08c --- /dev/null +++ b/docs/iframe-fractal/index.html @@ -0,0 +1,52 @@ +
+ + + + + + + + + + + + + + diff --git a/docs/iframe-fractal/preview.png b/docs/iframe-fractal/preview.png new file mode 100644 index 0000000..add7fd1 Binary files /dev/null and b/docs/iframe-fractal/preview.png differ