-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnav.html
36 lines (33 loc) · 1.29 KB
/
nav.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!--------- <title>SGBIT bOT</title>------>
<link rel="stylesheet" href="nav.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 class="active" href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">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" id="responsive"><img src="D:\web development\Mini project\project image\asistente-robot-unscreen.gif" id="yallapa"></button></div>
<script type="text/javascript" src="robo.js"></script>
<div>Hello! My Friend..!</div>
<div>Click on Activate button to Get My Help..!</div>
</div>
</body>
</html>