Add iframe resizer
Browse files- index.html +4 -0
index.html
CHANGED
|
@@ -6,6 +6,10 @@
|
|
| 6 |
<title>The Tokenizer Playground</title>
|
| 7 |
<script type="module" crossorigin src="/assets/index-DEbmRw68.js"></script>
|
| 8 |
<link rel="stylesheet" crossorigin href="/assets/index-Dhl4q2CV.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
</head>
|
| 10 |
|
| 11 |
<body>
|
|
|
|
| 6 |
<title>The Tokenizer Playground</title>
|
| 7 |
<script type="module" crossorigin src="/assets/index-DEbmRw68.js"></script>
|
| 8 |
<link rel="stylesheet" crossorigin href="/assets/index-Dhl4q2CV.css">
|
| 9 |
+
<script
|
| 10 |
+
type="module"
|
| 11 |
+
src="https://cdn.jsdelivr.net/npm/@open-iframe-resizer/core@latest/dist/index.js"
|
| 12 |
+
></script>
|
| 13 |
</head>
|
| 14 |
|
| 15 |
<body>
|