-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSSR_ViewMorePage.php
More file actions
34 lines (26 loc) · 1.51 KB
/
SSR_ViewMorePage.php
File metadata and controls
34 lines (26 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<title>Smart Search Results Page</title>
<link rel="stylesheet" type="text/css" href="css/SSR_ViewMorePage.css">
<link rel="stylesheet" href="css/top_bar.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-image: url('img/2.jpg'); background-size:cover;background-position: center center;background-attachment: fixed; background-repeat:no-repeat;">
<?php include('inc/top_bar.php');?>
<div class="con">
<h1 class="ttl"><b>Hikkaduwa</b></h1>
<div class="image">
<img src="img/1.jpg" alt="Paris" style="width:60%;">
</div>
<div>
<p class="paragraph">Hikkaduwa is one of the most beautiful place in Sri Lanka. Hikkaduwa is one of the most beautiful place in Sri Lanka. Hikkaduwa is one of the most beautiful place in Sri Lanka. Hikkaduwa is one of the most beautiful place in Sri Lanka.</p>
<p class="paragraph">Hikkaduwa is one of the most beautiful place in Sri Lanka. Hikkaduwa is one of the most beautiful place in Sri Lanka. Hikkaduwa is one of the most beautiful place in Sri Lanka. Hikkaduwa is one of the most beautiful place in Sri Lanka.</p>
<p class="paragraph">Hikkaduwa is one of the most beautiful place in Sri Lanka. Hikkaduwa is one of the most beautiful place in Sri Lanka.</p>
</div>
</div>
<?php include('inc/footer.php');?>
</body>
</html>