justin-together
commited on
Commit
•
1911f66
1
Parent(s):
4d3af4c
Update index.html
Browse files- index.html +8 -0
index.html
CHANGED
@@ -7,6 +7,14 @@
|
|
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>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<div class="card">
|
11 |
+
<p>
|
12 |
+
<a href="#" onClick=foo()>Click here to open OpenChatKit</a>
|
13 |
+
</p>
|
14 |
+
<iframe src="https://onegrandcircle.com/~justin/zaz.html"></iframe>
|
15 |
+
</div>
|
16 |
<iframe src="https://staging.together.xyz/open-chat?preview=1"></iframe>
|
17 |
</body>
|
18 |
+
|
19 |
+
|
20 |
</html>
|