-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.php
26 lines (23 loc) · 1.88 KB
/
toc.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
<?php
include("includes/header.php");
?>
<link rel="stylesheet" href="css/terms.css" />
<title>Notices </title>
<?php include("includes/nav.php");?>
<main>
<section class="terms-section">
<div class="container">
<h1>Terms and Conditions</h1>
<p>Welcome to our website. If you continue to browse and use this website, you are agreeing to comply with and be bound by the following terms and conditions of use.</p>
<p>The content of the pages of this website is for your general information and use only. It is subject to change without notice.</p>
<p>Your use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.</p>
<p>This website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice.</p>
<p>Unauthorized use of this website may give rise to a claim for damages and/or be a criminal offense.</p>
<p>From time to time, this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).</p>
<p>Your use of this website and any dispute arising out of such use of the website is subject to the laws of Nepal.</p>
</div>
</section>
</main>
<?php include("includes/footer.php"); ?>
</body>
</html>