-
Notifications
You must be signed in to change notification settings - Fork 0
/
kottayam.html
39 lines (36 loc) · 1.64 KB
/
kottayam.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kottayam Tourist spots</title>
<link rel="stylesheet" href="./css/kottayamstyle.css">
</head>
<body>
<div class="hero">
<nav>
<a href="./html/index.html"><img src="./images/ket_logo-01.png" alt="" class="img-logo"></a>
<ul>
<li><a href="./index.html">HOME</a></li>
<li><a href="#">RESORT BOOKING</a></li>
<li><a href="#">BEACHES</a></li>
<li><a href="./login.html">LOGIN</a></li>
</ul>
</nav>
</div>
<div class="thiru">
</div>
<div class="headeri">
<h1>Top places to visit in Kottayam</h1>
</div>
<div class="kuthira">
<h1>Illikkal Kallu</h1>
</div>
<div class="dis">
<p>One of the most sought after destinations in Kottayam is the Illikkal Kallu (Illickal Kallu) is a majestic peak which has a part of its shorn off. This steep rock on the top of the hill, known as the Illickal Kallu, or the boulder at Illickal is easily one of the most prominent sights from any part of Kottayam, Kerala, India. A trek for 3km from Erattupetta along the steep hilly road takes you to Illikkal Kallu and is the best viewpoint destination in the district.
Post monsoon season (September to January) is the best time to visit this place. During monsoon the paths are slippery so it is risky.
</p>
</div>
</body>
</html>