-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
50 lines (43 loc) · 1.6 KB
/
service.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!--------- <title>SGBIT bOT</title>------>
<link rel="stylesheet" href="service.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<div class="logo">SGBIT Bot</div>
<input type="checkbox" id="click">
<label for="click" class="menu-btn">
<i class="fas fa-bars"></i>
</label>
<ul>
<li><a href="bot1.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="active" href="service.html">Services</a></li>
<!-- <li><a href="#">Gallery</a></li> -->
<li><a href="feedback.html">Feedback</a></li>
</ul>
</nav>
<div class="content">
<!-- <div><img src="https://media.tenor.com/T4664VfiM0cAAAAC/asistente-robot.gif" class="responsive"></div> -->
<!-- <div><button class="btn">Activate</button></div> -->
<script type="text/javascript" src="robo.js"></script>
<div class="textparent">
<h1>
<b>Services</b>
</h1>
<ul>
<li>Provide Library books information</li>
<li>Provide Bus route information</li>
<li>Provide Class time table</li>
<li>Images related to college</li>
<li>Note: To get all the information related college you just need to tap on activate button and ask the bot orally.</li>
</ul>
</div>
</div>
</body>
</html>