hynky HF Staff commited on
Commit
44c416f
·
1 Parent(s): 205f12f
Files changed (1) hide show
  1. dist/index_frame.html +1 -3
dist/index_frame.html CHANGED
@@ -1,8 +1,6 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <script src="distill.bundle.js" type="module" fetchpriority="high" blocking></script>
5
- <script src="main.bundle.js" type="module" fetchpriority="low" defer></script>
6
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
  <meta charset="utf8">
8
  <base target="_blank">
@@ -23,6 +21,6 @@
23
  </style>
24
  </head>
25
  <body>
26
- <iframe src="dist/index.html"></iframe>
27
  </body>
28
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
 
 
4
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5
  <meta charset="utf8">
6
  <base target="_blank">
 
21
  </style>
22
  </head>
23
  <body>
24
+ <iframe src="index.html"></iframe>
25
  </body>
26
  </html>