forked from AswinPG/FossLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrial.html
More file actions
21 lines (19 loc) · 1.09 KB
/
trial.html
File metadata and controls
21 lines (19 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<title>About Page</title>
<img src="http://stage.sunverge.com/wp-content/uploads/2014/12/icon_aboutus.png" class="rounded mx-auto d-block"" alt="about" align="center">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="rounded">
<h1 align = "center">About</h1>
<p>Know what this page is about.</p>
<p>This webpge helps you to know more about the place Sydney.This is a travel page indeed. We provide you different holiday packages which suits your budget.You may choose the package according to your time and expense. We promise to provide the maximum comforts even if it is for the minimum budget.Explore the most ravishing city of Australia and have a great holiday</p>
</div>
</body>
</html>