File size: 518 Bytes
f9c53ab
 
 
 
 
 
 
b3e2cba
4541d96
a8d83b2
4541d96
b3e2cba
 
f9c53ab
 
 
a8d83b2
f9c53ab
3ac3fef
f9c53ab
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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" />
<script>
function foo() {
  window.open('https://api.together.xyz/open-chat')
}
</script>
    </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>
	</body>
</html>