-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (33 loc) · 894 Bytes
/
index.html
File metadata and controls
51 lines (33 loc) · 894 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>www.indiandrone.com</title>
<link rel="stylesheet" type="text/css" href="css/style.css"
</head>
<body>
<header>
<div class="main">
<div class="logo">
<img src="drone.86a15cd2.gif"
</div>
<ul>
<li class="active"><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">SERVICES</a></li>
<li><a href="#">GOVERMENT GUIDLINE FOR FLYING DRONE</a></li>
</ul>
</div>
<div class="title">
<h1> INDIAN DRONE </h1>
</div>
<div class="button">
<a href="#" class="btn"> SEARCH DRONE </a>
<a href="#" class="btn"> BATTERY </a>
<a href="https://goo.gl/maps/Bas8HEFZw6HqqKdP9" class="btn"> SEARCH LOCATION </a>
</div>
<div class="map">
<img src="map.png.jpeg"
</div>
</header>
</body>
</html>