-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (43 loc) · 1.61 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Zesty Callback</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fragment+Mono&family=Raleway&&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Karla&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400&display=swap" rel="stylesheet">
</head>
<body>
<div class="head">
<h1>Zesty Callback.</h1>
</div>
<div id="left-side" class="side">
<h2 class="title">Your friend never called you back?</h2>
</div>
<div id="right-side" class="side">
<h2 class="title">Your chatbot is at your service ;)</h2>
</div>
<h1 class="header">ZESTY CALLBACK</h1>
<div class="chat">
<h3>
<a href="https://www.craft.do/s/eJWlWcBkeeiyZc">
Say hi! Click here for the entire list of questions
</a>
</h3>
<iframe
allow="microphone;"
width="350"
height="430"
src="https://console.dialogflow.com/api-client/demo/embedded/2773bbe4-279c-42e5-913c-560332b67368">
</iframe>
</div>
</body>
<script src="./script.js"></script>
</html>