add iframeResizer
Browse files- index.html +1 -0
index.html
CHANGED
@@ -39,6 +39,7 @@
|
|
39 |
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap"
|
40 |
rel="stylesheet"
|
41 |
/>
|
|
|
42 |
</head>
|
43 |
<body>
|
44 |
<div class="card">
|
|
|
39 |
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap"
|
40 |
rel="stylesheet"
|
41 |
/>
|
42 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
|
43 |
</head>
|
44 |
<body>
|
45 |
<div class="card">
|