forked from chatcrowd/chatcrowd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 874 Bytes
/
index.html
File metadata and controls
42 lines (38 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<style>
* {
box-sizing: border-box;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
</style>
</head>
<body>
<div align="center">
<h1>Chat-crowd: A Dialog-based Platform for Visual Layout Composition</h1>
<br />
<a href="https://github.com/chatcrowd/chatcrowd.github.io/tree/master/master">Chat-crowd repository</a>
<br />
<a href="samples.html">Click to view sample dialogues of our tasks</a>
<br />
<h3><a href="demo.html">Live demo!</a></h3>
<br />
<iframe width="900" height="520" src="https://www.youtube.com/embed/V6fI3EYkFf8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br />
<br />
<hr />
</div>
<p></p>
</body>
</html>