-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
80 lines (62 loc) · 1.33 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Title -->
<title>OpenBot</title>
<!--Favicon-->
<link rel="icon" href="favicon/favicon.ico">
<!--Description-->
<style>
body {
background-image: url('images/chat.jpg');
background-attachment: fixed;
background-size: cover;
}
.header {
padding-top: 50px;
margin: auto;
width: 60%;
font-family: Arial,Helvetica,sans-serif;
}
h1 {
font-size: 100px;
color: #fff;
}
h2 {
font-size: 80px;
color: #aaa;
}
h3 {
font-size: 40px;
color: blue;
}
h4 {
font-size: 20px;
color: blue;
}
</style>
</head>
<body>
<div class="header">
<h1> Workflow Bots for Everyone</h1>
<h2>stay tuned for more updates! </h2>
<div>
<div>
<h4>
<a href="https://forms.gle/zCDkCxcnp3xPkNdY7" target="_blank">Join the waitlist</a>
</h4>
<h4>
<a href="https://aigc.openbot.ai" target="_blank">aigc newsletter</a>
</h4>
<h4>
<a href="https://papers.openbot.ai" target="_blank">papers</a>
</h4>
</div>
</body>
<h4>
Copyright 2023 © openbot LTD
</h4>
</html>