-
Notifications
You must be signed in to change notification settings - Fork 0
/
policy.php
78 lines (73 loc) · 3.75 KB
/
policy.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
69
70
71
72
73
74
75
76
77
78
<?php
require_once('connect.php');
?>
<!DOCTYPE HTML>
<html>
<?php
require_once('head.php');
?>
<body>
<?php
require_once('top1.php');
?>
<?php
require_once('top2.php');
?>
<!-- banner -->
<div class="courses_banner">
<div class="container">
<h3>Services</h3>
<p class="description">
</p>
<div class="breadcrumb1">
<ul>
<li class="icon6"><a href="index.php">Home</a></li>
<li class="current-page">Website Policies</li>
</ul>
</div>
</div>
</div>
<!-- //banner -->
<div class="services">
<div class="container">
<h1>Website Policies</h1>
<div class="service_box1 policyp">
<div class="col-md-12">
<div class="service_1">
<div class="service_1-right">
<h5><a>Terms & Conditions</a></h5>
<p>This website is designed and maintained by Income Tax Department.</p>
<p>Though all efforts have been made to ensure the accuracy and correctness of the content on this Portal, the same should not be construed as a statement of law or used for any legal purposes. In no event will the Income Tax Department be liable for any expense, loss or damage including, without limitation, indirect or consequential loss or damage, or any expense, loss or damage whatsoever arising from use, or loss of use, of data, arising out of or in connection with the use of this Portal.
</p><p>
These terms and conditions shall be governed by and construed in accordance with the Indian Laws. Any dispute arising under these terms and conditions shall be subject to the exclusive jurisdiction of the courts of India.
</p>
</div>
</div>
</div>
<div class="col-md-12" style="margin-top: 40px; ">
<div class="service_1">
<div class="service_1-right">
<h5><a>Copyright Policy</a></h5>
<p>Material featured on this portal may be reproduced free of charge. However, the material has to be reproduced accurately and not to be used in a derogatory manner or in a misleading context. Wherever the material is being published or issued to others, the source must be prominently acknowledged. However, the permission to reproduce this material shall not extend to any material which is identified as being copyright of a third party. Authorization to reproduce such material must be obtained from the department/copyright holder concerned.
</p>
</div>
</div>
</div>
<div class="col-md-12" style="margin-top: 40px;">
<div class="service_1">
<div class="service_1-right">
<h5><a>Privacy Policy</a></h5>
<p>Material featured on this portal may be reproduced free of chargWe do not sell or share any personally identifiable information volunteered on the e-Filing Portal to any third party (public/private). Any information provided to this Portal will be protected from loss, misuse, unauthorized access or disclosure, alteration, or destruction.</p>
<p>We gather certain information about the User, such as Internet protocol (IP) addresses, domain name, browser type, operating system, the date and time of the visit and the pages visited. We make no attempt to link these addresses with the identity of individuals visiting our site unless an attempt to damage the site has been detected.</p>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<?php
require_once('footer.php');
?>
</body>
</html>