DM / index.html
Omnibus's picture
Update index.html
e1fd19e
raw
history blame
933 Bytes
<!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>