Spaces:
Running
Running
tmp
Browse files- 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="
|
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>
|