OpenChatKit / index.html
csris's picture
hfspace: add a min-height
ae78eaf
raw history blame
No virus
381 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<iframe style="width:100%;height:100%;min-width:360px;min-height:640px;max-width:1024px;border:0" src="https://staging.together.xyz/open-chat"></iframe>
</body>
</html>