File size: 500 Bytes
f9c53ab cedc130 f9c53ab 1911f66 cedc130 f9c53ab 1911f66 f9c53ab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<!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>
|