Update index.html
Browse files- index.html +8 -7
index.html
CHANGED
|
@@ -5,13 +5,7 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<title>My static Space</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
-
|
| 9 |
-
const queryString = window.location.search;
|
| 10 |
-
const urlParams = new URLSearchParams(queryString);
|
| 11 |
-
const main_url = "https://huggingface.co/datasets/Omnibus/game-data-1/resolve/main/images/"
|
| 12 |
-
const txt_s = urlParams.get("txtstrng")
|
| 13 |
-
document.getElementById("in_html").innerHTML()=txt_s
|
| 14 |
-
</script>
|
| 15 |
|
| 16 |
</head>
|
| 17 |
<body>
|
|
@@ -23,5 +17,12 @@
|
|
| 23 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
| 24 |
</p>
|
| 25 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
</body>
|
| 27 |
</html>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<title>My static Space</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
</head>
|
| 11 |
<body>
|
|
|
|
| 17 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
| 18 |
</p>
|
| 19 |
</div>
|
| 20 |
+
<script>
|
| 21 |
+
const queryString = window.location.search;
|
| 22 |
+
const urlParams = new URLSearchParams(queryString);
|
| 23 |
+
const main_url = "https://huggingface.co/datasets/Omnibus/game-data-1/resolve/main/images/"
|
| 24 |
+
const txt_s = urlParams.get("txt")
|
| 25 |
+
document.getElementById("in_html").innerHTML()=txt_s
|
| 26 |
+
</script>
|
| 27 |
</body>
|
| 28 |
</html>
|