-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathagra.html
47 lines (46 loc) · 1.47 KB
/
agra.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agra</title>
<link rel="stylesheet" href="agra.css">
</head>
<body>
<div class="container">
<div class="nav">
<!-- <a href="#">ARK</a> -->
<a href="#">ABOUT</a>
<a href="#">BLOG</a>
<a href="#">EXPEDITION</a>
</div>
<div class="next">
<a href="varanasi.html">VARANASI</a>
<a href="ladakh.html">LADAKH</a>
<a href="mumbai.html">MUMBAI</a>
</div>
<div class="header">
<h1>AGRA</h1>
</div>
<div class="box"></div>
<div class="content">
<div class="info">
<h2>State: U.P.</h2>
<p>Altitude: 262 feet</p>
<p>Varanasi, also known as Banaras or
Kashi, is one of the oldest
continuously inhabited cities in the
world and holds great religious and
cultural significance in Hinduism.</p>
</div>
<div class="places">
<h4>Places To Visit: Ganges River,
Ghats, Ganga Aarti, Kashi
Vishwanath Temple,
Sarnath</h4>
</div>
</div>
</div>
</div>
</body>
</html>