-
Notifications
You must be signed in to change notification settings - Fork 0
/
aharbal.php
68 lines (54 loc) · 2.62 KB
/
aharbal.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aharbal</title>
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&display=swap"
rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<?php
include 'headercustom.php'
?>
<div class="container">
<div class="row">
<div class="col-md-6" style=" display: flex; align-items: center; justify-content: center;">
<!-- Left Half Content -->
<p style="text-align: justify;">
" Tucked in the majestic mountain range of Pir Panjal, Kashmir’s own version of Niagra falls is a
must
visit if you are in Kashmir. The roar of the gushing waters of the huge natural waterfall will
reverberate a sense of calm inside you for a long long time."</p>
</div>
<div class="col-md-6" style="margin-top: 30px;">
<!-- Right Half Content -->
<!-- style="box-sizing: border-box; width: 98vw; height: auto; display: flex; align-items: center; justify-content: center;"> -->
<img src="./img/more/Aharbal_Falls_(139323901).jpg" alt="cant'load" style="width: 100%; height: 90vh;">
</div>
</div>
</div>
<?php
include 'footer.php';
include 'topbtn.php';
?>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>