-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Location Map</title>
<meta name="description" content="This is a location map for Chirawa, jhunjhunu, rajasthan.">
<meta name="keywords" content="location, map, Chirawa, jhunjhunu, rajasthan, sikar, jaipur, india, brijlalpura">
<meta name="author" content="Your Name">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Location Map">
<meta property="og:description" content="This is a location map for Chirawa, jhunjhunu, rajasthan.">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/115369751?s=48&v=4">
<meta property="og:url" content="https://nitinjangir013.github.io/inject-map">
<meta property="og:type" content="website">
<meta name="twitter:card" content="https://avatars.githubusercontent.com/u/115369751?s=48&v=4">
<meta name="twitter:title" content="Location Map">
<meta name="twitter:description" content="This is a location map for Chirawa, jhunjhunu, rajasthan.">
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/115369751?s=48&v=4">
<link rel="canonical" href="https://nitinjangir013.github.io/inject-map">
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/115369751?s=48&v=4" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="map.js"></script>
</head>
<body>
<h1>Location Map</h1>
<img id="location-map" alt="Location Map">
</body>
</html>