Spaces:
No application file
No application file
Commit
·
23269a4
1
Parent(s):
ed2b885
Create index.html
Browse files- index.html +12 -0
index.html
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8" />
|
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://api.together.xyz/open-chat?preview=1"></iframe>
|
11 |
+
</body>
|
12 |
+
</html>
|