-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
106 lines (88 loc) · 4.38 KB
/
terms.html
File metadata and controls
106 lines (88 loc) · 4.38 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GY2SLFM479"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GY2SLFM479');
</script>
<title>Terms of Service — Easy Ironing</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Terms of Service — Easy Ironing</title>
<meta name="description" content="Terms of Service for Easy Ironing Telegram bot. Conditions, limitations and acceptable use.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://easyironing.chat/terms.html">
<!-- Open Graph -->
<meta property="og:type" content="article">
<meta property="og:title" content="Terms of Service — Easy Ironing">
<meta property="og:description" content="Conditions and limitations for using Easy Ironing.">
<meta property="og:url" content="https://easyironing.chat/terms.html">
<meta property="og:site_name" content="Easy Ironing">
<meta property="og:image" content="https://easyironing.chat/img/logo.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Terms of Service — Easy Ironing">
<meta name="twitter:description" content="Conditions and acceptable use for Easy Ironing.">
<meta name="theme-color" content="#0b1020">
<style>
body{max-width:800px;margin:40px auto;padding:0 16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;color:#111;line-height:1.6}
h1,h2{margin-top:32px}
</style>
</head>
<body>
<h1>Terms of Service</h1>
<p>Last updated: 2026</p>
<p>By using Easy Ironing, you agree to the following terms.</p>
<h2>1. Service Description</h2>
<p>
Easy Ironing provides automated garment care guidance based on user-submitted care labels and fabric composition.
The service is delivered through Telegram.
</p>
<h2>2. Accounts and Identification</h2>
<p>
Easy Ironing does not require account creation, email, or a separate login.
The service identifies usage and Premium status using your Telegram chatId.
</p>
<h2>3. Photos and Data Handling</h2>
<p>
Photos are processed to generate a response. The current plan does not store photos as a permanent history.
If a future plan explicitly offers history, it will be clearly disclosed and require user opt-in.
</p>
<h2>4. Premium and Payments</h2>
<p>
Premium is offered as a monthly subscription. Payment processing is handled by Stripe.
We do not store or have access to your card details or payment credentials.
</p>
<p>
You may cancel Premium at any time. Premium access remains available until the end of the paid period.
</p>
<h2>5. No Professional Guarantee</h2>
<p>
The information provided is for general guidance only. We do not guarantee accuracy in all cases.
Users remain responsible for verifying garment care instructions and for any decision to apply heat or steam.
</p>
<h2>6. Limitation of Liability</h2>
<p>
Easy Ironing is provided "as is" without warranties of any kind. We are not liable for garment damage,
misuse of instructions, or indirect losses resulting from use of the service.
</p>
<h2>7. Acceptable Use</h2>
<p>
You agree not to misuse the service, attempt to disrupt infrastructure, bypass limits, abuse the bot,
or submit harmful or illegal content.
</p>
<h2>8. Changes to the Service</h2>
<p>
We may update, modify, or discontinue features, limits, or pricing at any time.
</p>
<h2>9. Governing Law</h2>
<p>
These terms are governed by applicable laws in the jurisdiction where the service operator resides.
</p>
<h2>10. Contact</h2>
<p>For questions regarding these terms: contact@easyironing.chat</p>
</body>
</html>