-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy patht_and_c.html
50 lines (36 loc) · 2.24 KB
/
t_and_c.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>Terms and Conditions</title>
<link rel="stylesheet" href="css/tc.css"/>
</head>
<link rel = "icon" href ="images/logo1.png"
type = "image/x-icon">
<body>
<img src="images\logo1.png" alt="logo" class="tcimg">
<div class="A0">
<h2 class="A1">Terms and Conditions</h2>
<p class="A2">
Welcome to Trapple!
These terms and conditions outline the rules and regulations for the use of Trapple Website.
By accessing this website we assume you accept these terms and conditions.
Do not continue to use Trapple if you do not agree to take all of the terms and conditions stated on this page.
</p>
</div>
<h3 class="A3" >Use of Website</h3>
<p class="A4">PLEASE READ THIS AGREEMENT CAREFULLY. By submitting your application and by your use of the Service,
you agree to comply with all of the terms and conditions set out in this Agreement. Trapple may terminate your
account at any time, with or without notice, for conduct that is in breach of this Agreement,
for conduct that Trapple believes is harmful to its business, or for conduct where the use of the Service is
harmful to any other party.
If any provision of these Terms is found to be unenforceable or invalid under any applicable law,
such unenforceability or invalidity shall not render these Terms unenforceable or invalid as a whole,
and such provisions shall be deleted without affecting the remaining provisions herein.
You are responsible to read this document from time to time to ensure that your use of the Service remains
in compliance with this Agreement.</p>
</body>
</html>