-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
79 lines (66 loc) · 3.22 KB
/
terms.html
File metadata and controls
79 lines (66 loc) · 3.22 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
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
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Terms and Conditions for using Click to Cook – a recipe and food content website owned by Deepak Prajapat." />
<meta name="author" content="Deepak Prajapat" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://clicktocookfood.netlify.app/terms" />
<meta name="google-adsense-account" content="ca-pub-3930956076515303">
<title>Terms & Conditions | Click to Cook</title>
<style>
body {
font-family: Arial, sans-serif;
padding: 40px 20px;
background-color: #f9f9f9;
color: #333;
max-width: 800px;
margin: auto;
line-height: 1.8;
}
h1, h2 {
color: #622906;
}
a {
color: teal;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
ul {
padding-left: 20px;
}
li {
margin-bottom: 8px;
}
</style>
</head>
<body>
<h1>Terms and Conditions</h1>
<p><strong>Effective Date:</strong> January 1, 2025</p>
<p>Welcome to <strong>Click to Cook</strong>. By accessing or using our website, you agree to be bound by these Terms and Conditions. Please read them carefully before using the site.</p>
<h2>1. Use of Content</h2>
<p>All content including text, images, recipes, and graphics on this site is the property of Click to Cook unless stated otherwise. You may not reproduce, distribute, or reuse content without written permission.</p>
<h2>2. Affiliate Disclosure</h2>
<p>This website contains affiliate links, including from Amazon. As an Amazon Associate, we may earn a commission from qualifying purchases. This helps support our content and services.</p>
<h2>3. Limitation of Liability</h2>
<p>We are not responsible for any loss, injury, or damage resulting from the use of our recipes or website content. Use information on this site at your own risk.</p>
<h2>4. Prohibited Uses</h2>
<ul>
<li>Using the site for unlawful purposes.</li>
<li>Scraping, copying, or reverse engineering content or design.</li>
<li>Attempting to gain unauthorized access to our systems or data.</li>
</ul>
<h2>5. Privacy and Cookies</h2>
<p>We use cookies and third-party services such as Google AdSense and Amazon to improve your experience. For details on how your data is used, please read our <a href="https://clicktocookfood.netlify.app/privacy">Privacy Policy</a>.</p>
<h2>6. Changes to These Terms</h2>
<p>We reserve the right to update or modify these Terms at any time. Changes will take effect upon posting to this page. Your continued use of the site constitutes your acceptance of the updated Terms.</p>
<h2>7. Governing Law</h2>
<p>These terms are governed by and construed under the laws of India, without regard to its conflict of law principles.</p>
<h2>8. Contact Information</h2>
<p>If you have any questions about these Terms, please contact us at <a href="mailto:deepakprajapat0603@email.com">deepakprajapat0603@email.com</a>.</p>
<p><a href="index.html">← Back to Home</a></p>
</body>
</html>