forked from OpenSourceTogether/Hacktoberfest-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (34 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CC BOT</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<section class="chat__section">
<div class="close"><div class="j"><a href="http://localhost:5050/"><font color="white">x</font></a></div></div>
<div class="brand">
<img height="40" src="/chatbott.png" alt="">
<h1><b>CC Bot</b></h1> <font size=5><font color="white">I am customer support chat bot</font></font>
</div>
<div class="message__area">
<div class="incoming message">
<h4>BOT</h4>
<p>Hie,how may I help you?</p><br>
</div>
<div class="incoming message">
<p>Please reply with the number to the corresponding question<br><br>1. General IP Queries<br>2. Learning Path <br>3. Bitrix Issues<br>4. Live Project<br>5. General Questions/ Error/ Induction P. </p>
</div>
<div class="f"> <b><font size="6">What IS IP ?</font></b><br><br> <a href="https://www.youtube.com/watch?v=OnKfrQrEOrk">WATCH</a></div>
<div class="g"> <b><font size="6">How TO IP ?</font></b><br><br> <a href="https://www.youtube.com/watch?v=Hs9npUUIg4I">WATCH</a></div><br><br>
</div>
<div>
<textarea id="textarea" cols="30" rows="1" placeholder="getting main menu enter *......."></textarea>
</div>
</section>
<script src="/socket.io/socket.io.js"></script>
<script src="/client.js"></script>
</body>
</html>