| <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> | |