-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
41 lines (33 loc) · 2.71 KB
/
terms.html
File metadata and controls
41 lines (33 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms and Conditions - TypeAge</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; max-width: 800px; margin: 0 auto; padding: 2rem; color: #333; }
h1, h2 { color: #222; margin-top: 1.5rem; }
a { color: #0066cc; }
</style>
</head>
<body>
<h1>Terms and Conditions</h1>
<p>Last updated: February 2026</p>
<h2>1. Acceptance of Terms</h2>
<p>By downloading or using any application provided by TypeAge, these terms will automatically apply to you. You should make sure therefore that you read them carefully before using our apps.</p>
<h2>2. License to Use</h2>
<p>TypeAge grants you a personal, non-exclusive, non-transferable, limited license to download, install, and use our applications for your personal, non-commercial purposes strictly in accordance with these Terms.</p>
<h2>3. User Responsibilities</h2>
<p>You agree not to use the apps in any way that is unlawful, illegal, fraudulent, or harmful, or in connection with any unlawful, illegal, fraudulent, or harmful purpose or activity. You are not allowed to copy, or modify the app, any part of the app, or our trademarks in any way. You are not allowed to attempt to extract the source code of the app.</p>
<h2>4. Intellectual Property</h2>
<p>The apps themselves, and all the trade marks, copyright, database rights and other intellectual property rights related to them, belong to TypeAge.</p>
<h2>5. Disclaimer of Warranties</h2>
<p>Our applications are provided on an "AS IS" and "AS AVAILABLE" basis. TypeAge makes no representations or warranties of any kind, express or implied, as to the operation of the apps or the information, content, or materials included.</p>
<h2>6. Limitation of Liability</h2>
<p>In no event shall TypeAge be liable for any indirect, incidental, special, consequential or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from your access to or use of or inability to access or use the apps.</p>
<h2>7. Changes to These Terms</h2>
<p>We may update our Terms and Conditions from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Terms and Conditions on this page.</p>
<h2>8. Contact Us</h2>
<p>If you have any questions or suggestions about our Terms and Conditions, do not hesitate to contact us at: <a href="mailto:hi@typeage.com">hi@typeage.com</a>.</p>
</body>
</html>