Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -19,6 +19,7 @@
|
|
| 19 |
}
|
| 20 |
</style>
|
| 21 |
<script src="https://cdn.tailwindcss.com"></script>
|
|
|
|
| 22 |
<script type="module" src="./code.js"></script>
|
| 23 |
<script type="module">
|
| 24 |
import { hcl } from "https://cdn.skypack.dev/d3-color@3";
|
|
|
|
| 19 |
}
|
| 20 |
</style>
|
| 21 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 22 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
|
| 23 |
<script type="module" src="./code.js"></script>
|
| 24 |
<script type="module">
|
| 25 |
import { hcl } from "https://cdn.skypack.dev/d3-color@3";
|