custom-gpts-store / index.html
airyland's picture
Update index.html
9cc4eeb
raw
history blame
432 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>GPTs Store by ChatGPT</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>GPTs Store by ChatGPT - GPTsHunter</h1>
<iframe src="https://www.gptshunter.com?utm_source=huggingface" style="width:100%;height:600px;border: none;"></iframe>
</div>
</body>
</html>