justin-together
commited on
Commit
•
cedc130
1
Parent(s):
3ac3fef
Update index.html
Browse files- index.html +2 -12
index.html
CHANGED
@@ -5,18 +5,8 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
-
|
9 |
-
function foo() {
|
10 |
-
window.open('https://api.together.xyz/open-chat')
|
11 |
-
}
|
12 |
-
</script>
|
13 |
-
</head>
|
14 |
<body>
|
15 |
-
<
|
16 |
-
<p>
|
17 |
-
<a href="#" onClick=foo()>Click here to open OpenChatKit</a>
|
18 |
-
</p>
|
19 |
-
<iframe src="https://onegrandcircle.com/~justin/zaz.html"></iframe>
|
20 |
-
</div>
|
21 |
</body>
|
22 |
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
+
</head>
|
|
|
|
|
|
|
|
|
|
|
9 |
<body>
|
10 |
+
<iframe src="https://staging.together.xyz/open-chat?preview=1"></iframe>
|
|
|
|
|
|
|
|
|
|
|
11 |
</body>
|
12 |
</html>
|