justin-together commited on
Commit
cedc130
1 Parent(s): 3ac3fef

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <script>
9
- function foo() {
10
- window.open('https://api.together.xyz/open-chat')
11
- }
12
- </script>
13
- </head>
14
  <body>
15
- <div class="card">
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>