-
Notifications
You must be signed in to change notification settings - Fork 122
/
index.html
52 lines (38 loc) · 1.25 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html>
<head>
<header>
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
</header>
<link rel="stylesheet" href="index.css">
<title >Indian Landmarks API</title>
<h1>Indian Landmarks API</h1>
<button class="custom-btn btn-1">Indian Landmarks API</button>
<h3>GET Landmarks by</h3>
<li>State</li>
<li>City</li>
<li>Locality of City</li>
<ul>
<h2>How to Use</h2>
</ul>
<li>GET Landmark by State ---
<a class="custom-btn btn-4" href="/state/Maharashtra">State/Maharashtra </a>
</li>
<br />
<li>GET Landmark by City ---
<a class="custom-btn btn-5" href="/state/pune">City/Pune</a>
</li>
<li>GET Landmark by City ---
<a class="custom-btn btn-7" href="/state/bangalore">City/Bangalore</a>
<li>GET Landmark by State ---
<a class="custom-btn btn-8" href="/state/Tamilnadu">State/Tamilnadu </a>
</li>
<br />
<li>GET Landmark by City ---
<a class="custom-btn btn-9" href="/state/Vishakapattnam">City/Vishakahapattanam</a>
</li>
<br />
<li>GET Landmark by City ---
<a class="custom-btn btn-10" href="/city/Darjeeling">City/Darjeeling</a>
</li>
</head>
</html>