test-js-redirect / index.html
justin-together's picture
Update index.html
1911f66
raw
history blame
500 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">
<p>
<a href="#" onClick=foo()>Click here to open OpenChatKit</a>
</p>
<iframe src="https://onegrandcircle.com/~justin/zaz.html"></iframe>
</div>
<iframe src="https://staging.together.xyz/open-chat?preview=1"></iframe>
</body>
</html>