Spaces:
Running
Running
KAI
commited on
Commit
·
2f5af46
1
Parent(s):
a293738
update: colearn page
Browse files- index.html +30 -17
index.html
CHANGED
@@ -1,19 +1,32 @@
|
|
1 |
<!doctype html>
|
2 |
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!doctype html>
|
2 |
<html>
|
3 |
+
|
4 |
+
<head>
|
5 |
+
<meta charset="utf-8" />
|
6 |
+
<meta name="viewport" content="width=device-width" />
|
7 |
+
<title>My static Space</title>
|
8 |
+
<style>
|
9 |
+
html,
|
10 |
+
body {
|
11 |
+
margin: 0;
|
12 |
+
padding: 0;
|
13 |
+
height: 100%;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
display: flex;
|
18 |
+
justify-content: center;
|
19 |
+
align-items: center;
|
20 |
+
}
|
21 |
+
|
22 |
+
iframe {
|
23 |
+
width: 430px;
|
24 |
+
height: 932px;
|
25 |
+
border: none;
|
26 |
+
}
|
27 |
+
</style>
|
28 |
+
</head>
|
29 |
+
|
30 |
+
<body>
|
31 |
+
<iframe src="https://colearn.intern-ai.org.cn/cobuild" title="description"></iframe>
|
32 |
+
</body>
|