-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GREEN ARMY</title>
<meta name="title" content="GREEN ARMY">
<meta name="description" content="Green Army is website to talk about climate changes and how to solve this problems.">
<!-- bot -->
<script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"></script>
<style>
df-messenger {
--df-messenger-bot-message: #71c373;
--df-messenger-button-titlebar-color: #fff;
--df-messenger-button-titlebar-font-color: #71c373;
--df-messenger-chat-background-color: #fff;
--df-messenger-font-color: #fff;
--df-messenger-send-icon: #71c373;
--df-messenger-user-message: #71c373;
--df-messenger-input-font-color: #71c373;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>