parsee-mizuhashi
commited on
Commit
•
338f140
1
Parent(s):
df8647c
Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -10,6 +10,11 @@
|
|
10 |
<link rel="modulepreload" crossorigin href="./assets/global-b3b5b4db.js">
|
11 |
<link rel="stylesheet" href="./assets/global-4d6647d9.css">
|
12 |
<link rel="stylesheet" href="./assets/index-44ea4a9b.css">
|
|
|
|
|
|
|
|
|
|
|
13 |
<script>
|
14 |
const urlParams = new URLSearchParams(window.location.search);
|
15 |
port = urlParams.get("port");
|
@@ -24,9 +29,4 @@ config['comfyUIPort'] = parseInt(port);
|
|
24 |
localStorage.setItem("config", JSON.stringify(config));
|
25 |
//that wanguage i-is m-much s-sanew than t-this o-one i-i'm c-cuwwentwy using w-wight nyow nyya~
|
26 |
</script>
|
27 |
-
</head>
|
28 |
-
<body>
|
29 |
-
<div id="app-root"/>
|
30 |
-
|
31 |
-
</body>
|
32 |
</html>
|
|
|
10 |
<link rel="modulepreload" crossorigin href="./assets/global-b3b5b4db.js">
|
11 |
<link rel="stylesheet" href="./assets/global-4d6647d9.css">
|
12 |
<link rel="stylesheet" href="./assets/index-44ea4a9b.css">
|
13 |
+
</head>
|
14 |
+
<body>
|
15 |
+
<div id="app-root"/>
|
16 |
+
|
17 |
+
</body>
|
18 |
<script>
|
19 |
const urlParams = new URLSearchParams(window.location.search);
|
20 |
port = urlParams.get("port");
|
|
|
29 |
localStorage.setItem("config", JSON.stringify(config));
|
30 |
//that wanguage i-is m-much s-sanew than t-this o-one i-i'm c-cuwwentwy using w-wight nyow nyya~
|
31 |
</script>
|
|
|
|
|
|
|
|
|
|
|
32 |
</html>
|