Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -16,8 +16,10 @@
|
|
16 |
const queryString = window.location.search;
|
17 |
const urlParams = new URLSearchParams(queryString);
|
18 |
const main_url = "https://huggingface.co/datasets/Omnibus/game-data-1/resolve/main/images/"
|
|
|
19 |
const txt_s = urlParams.get("txt")
|
20 |
document.getElementById("in_html").innerHTML=txt_s
|
|
|
21 |
</script>
|
22 |
</body>
|
23 |
</html>
|
|
|
16 |
const queryString = window.location.search;
|
17 |
const urlParams = new URLSearchParams(queryString);
|
18 |
const main_url = "https://huggingface.co/datasets/Omnibus/game-data-1/resolve/main/images/"
|
19 |
+
const sty = urlParams.get("format")
|
20 |
const txt_s = urlParams.get("txt")
|
21 |
document.getElementById("in_html").innerHTML=txt_s
|
22 |
+
document.getElementById("in_html").style=sty
|
23 |
</script>
|
24 |
</body>
|
25 |
</html>
|