-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsunset_point.html
More file actions
83 lines (79 loc) · 2.42 KB
/
sunset_point.html
File metadata and controls
83 lines (79 loc) · 2.42 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Magnolia Sunset Point - Netarhat | Latehar Tourism</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
font-family: "Segoe UI", sans-serif;
margin: 0;
padding: 0;
background: #f8f9fa;
color: #212121;
}
.container {
max-width: 960px;
margin: auto;
padding: 20px;
}
h1 {
color: #1b5e20;
}
h2 {
color: #2e7d32;
margin-top: 30px;
}
p {
font-size: 17px;
line-height: 1.7;
}
img {
width: 100%;
max-height: 450px;
object-fit: cover;
border-radius: 10px;
margin: 20px 0;
}
ul {
line-height: 1.6;
}
a.back-link {
display: inline-block;
margin-top: 30px;
text-decoration: none;
color: #2e7d32;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<h1>Magnolia Sunset Point - Netarhat</h1>
<img src="image/Sunset_point.jpg" alt="Magnolia Sunset Point, Netarhat" />
<p>
<strong>Magnolia Sunset Point</strong>, located in Netarhat, Latehar
district, is one of Jharkhand’s most mesmerizing scenic spots, known for
its stunning views of the sun setting over the Chotanagpur hills. Rich
in natural beauty and wrapped in legend, this place is a must-visit for
tourists exploring Netarhat.
</p>
<h2>Colonial History & Significance</h2>
<p>
During British rule, Netarhat was developed as a summer retreat due to
its cool climate and hilly terrain. British officers, including
Lieutenant-Governor Sir Edward Gait, are credited with popularizing this
region. Infrastructure, such as roads and guest houses, were developed
during this time, making Netarhat accessible and welcoming to travelers.
</p>
<h2>The Legend of Magnolia and Batuk</h2>
<p>Magnolia Sunset Point derives its name fr</p>
<center>
<a href="gallery.html" style="color: #007700">← Back to Gallery</a>
</center>
</div>
<footer class="footer">
© 2025 Prince Yadav. All rights reserved.
</footer>
</body>
</html>