File size: 933 Bytes
4d2184b
 
 
 
 
 
 
13da775
0d84d9d
4d2184b
 
e1fd19e
0d84d9d
4d2184b
 
 
 
 
 
13da775
 
 
 
 
b303c19
13da775
4d2184b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>My static Space</title>
		<link rel="stylesheet" href="style.css" />

      
	</head>
	<body>
		<div class="card" name="in_card">
			<h1 id="in_html">Welcome to your static Space!</h1>
			<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
			<p>
				Also don't forget to check the
				<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
			</p>
		</div>
      <script>
        const queryString = window.location.search;
        const urlParams = new URLSearchParams(queryString);
        const main_url = "https://huggingface.co/datasets/Omnibus/game-data-1/resolve/main/images/"
        const txt_s = urlParams.get("txt")
        document.getElementById("in_html").innerHTML=txt_s
      </script>      
	</body>
</html>