-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
45 lines (34 loc) · 1.33 KB
/
index.php
File metadata and controls
45 lines (34 loc) · 1.33 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
<html lang="en">
<head>
<meta charset="UTF-16LE">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Developer Test for Destinations NSW">
<meta name="author" content="rajanrauniyar@gmail.com">
<title>Rajan Rauniyar - Test for Destinations NSW </title>
<!-- Bootstrap Core CSS -->
<link href="node_modules/bootstrap/dist/css/bootstrap.css" rel="stylesheet" type="text/css">
<!-- Start Custom CSS -->
<link href="/assets/css/default.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="sb-page-header">
<div class="container">
<h1>NSW Destinations - Blue Mountains</h1>
<p>Find the cheapest and amazing accommodation deal in this site.</p>
</div>
</header>
<!-- Page Content -->
<div class="container" id="content">
Loading ...
</div>
<!-- JavaScript -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/assets/js/default.js"></script>
<script src="node_modules/bootstrap/js/modal.js"></script>
</body>
</html>