Commit
·
a8d83b2
1
Parent(s):
4541d96
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -7,14 +7,14 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
<script>
|
9 |
function foo() {
|
10 |
-
window.open('https://api.together.xyz')
|
11 |
}
|
12 |
</script>
|
13 |
</head>
|
14 |
<body>
|
15 |
<div class="card">
|
16 |
<p>
|
17 |
-
<a href="#" onClick=foo()>
|
18 |
</p>
|
19 |
</div>
|
20 |
</body>
|
|
|
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 |
</div>
|
20 |
</body>
|