-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (54 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4714328914929746"
crossorigin="anonymous"
></script>
<meta charset="UTF-8" />
<meta
name="description"
content="Blockchain chatbot gonna provide the information about Blockchain Technology ,Bitcoin and NFTs"
/>
<title>Blockchain Bot</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="./component/Images/smbot.png"
type="image/x-icon"
/>
<link rel="stylesheet" media="all" href="./component/styles/setup.css" />
<link rel="stylesheet" media="all" href="./component/styles/says.css" />
<link rel="stylesheet" media="all" href="./component/styles/reply.css" />
<link rel="stylesheet" media="all" href="./component/styles/typing.css" />
<link rel="stylesheet" media="all" href="./component/styles/styles.css" />
</head>
<body>
<div id="chat"></div>
<script src="./component/Scripts/Bubbles.js"></script>
<script src="./component/Scripts/chat.js"></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4714328914929746"
crossorigin="anonymous"
></script>
<!-- Ads squre -->
<ins
class="adsbygoogle"
style="display: block"
data-ad-client="ca-pub-4714328914929746"
data-ad-slot="6123963212"
data-ad-format="auto"
data-full-width-responsive="true"
></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4714328914929746"
crossorigin="anonymous"
></script>
</body>
</html>