-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle2.html
More file actions
executable file
·48 lines (38 loc) · 2.54 KB
/
Copy patharticle2.html
File metadata and controls
executable file
·48 lines (38 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="build.css">
<!-- <style>
html {
scroll-behavior: smooth;
}
</style> -->
<title>Tourism Site</title>
</head>
<body class="bg-gradient-to-r from-slate-300 via-slate-100 to-slate-300">
<main class="md:mt-40 mt-8 px-12">
<div class="md:grid md:grid-flow-row-dense md:grid-cols-3 gap-10 text-sm md:text-base">
<div class=" flex justify-center ">
<img class=" hover:drop-shadow-2xl m-4 rounded-xl" src="Images/Pondicherry.jpg" alt=""/>
</div>
<div class="col-span-2">
<div class="">
<h1 class="flex justify-center text-3xl font-extrabold font-serif">
<u>Pondicherry</u>
</h1>
</div>
<div class="p-6">
<p class="m-10">
Ladakh is a region administered by India as a union territory which constitutes a part of the larger Kashmir region and has been the subject of dispute between India, Pakistan, and China since 1947. Ladakh is bordered by the Tibet Autonomous Region to the east, the Indian state of Himachal Pradesh to the south, both the Indian-administered union territory of Jammu and Kashmir and the Pakistan-administered Gilgit-Baltistan to the west, and the southwest corner of Xinjiang across the Karakoram Pass in the far north. It extends from the Siachen Glacier in the Karakoram range to the north to the main Great Himalayas to the south. The eastern end, consisting of the uninhabited Aksai Chin plains, is claimed by the Indian Government as part of Ladakh, and has been under Chinese control since 1962.
Ladakh was established as a union territory of India on 31 October, 2019, following the passage of the Jammu and Kashmir Reorganisation Act. Prior to that, it was part of the Jammu and Kashmir state. Ladakh is both the largest and the second least populous union territory of India
</p>
</div>
</div>
</div>
</main>
</body>
</html>