Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -18,6 +18,7 @@
|
|
18 |
font-family: "Source Sans 3", sans-serif;
|
19 |
}
|
20 |
</style>
|
|
|
21 |
<script src="https://cdn.tailwindcss.com"></script>
|
22 |
<script type="module" src="./code.js"></script>
|
23 |
<script type="module">
|
|
|
18 |
font-family: "Source Sans 3", sans-serif;
|
19 |
}
|
20 |
</style>
|
21 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
|
22 |
<script src="https://cdn.tailwindcss.com"></script>
|
23 |
<script type="module" src="./code.js"></script>
|
24 |
<script type="module">
|