-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot1.html
38 lines (34 loc) · 1.23 KB
/
bot1.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!--------- <title>SGBIT bOT</title>------>
<link rel="stylesheet" href="bot1.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>
<section class="id">
<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 class="active" href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="service.html">Services</a></li>
<!-- <li><a href="#">Gallery</a></li> -->
<li><a href="#">Feedback</a></li>
</ul>
</nav>
<div class="content">
<div><img class ="myimg" src="robosgbit.gif" class="responsive" width="150em"></div>
<div><button class="btn">Activate</button></div>
<script type="text/javascript" src="bot1.js"></script>
<div><pre id="pretag">Hello! My Friend..!
Click on Activate button to Get My Help..!</pre></div>
</div></section>
</body>
</html>