-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
33 lines (31 loc) · 1.78 KB
/
terms.html
File metadata and controls
33 lines (31 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Terms | The Memory Mate</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<style>
body { margin:0;font-family:'Inter','Roboto',sans-serif;background:linear-gradient(180deg,#f8fff9 0%,#e9faee 100%);color:#1a2a1a;line-height:1.6; }
.container { max-width:900px;margin:0 auto;padding:2rem; }
header,footer { text-align:center;padding:1rem 0; }
footer { background:#e9faee;border-top:1px solid #e6f4ea; }
a { color:#4CAF50; }
</style>
</head>
<body>
<header>
<a href="index.html"><img src="logo/logo.png" alt="Memory Mate logo" width="64" height="64"></a>
</header>
<main class="container">
<h1>Terms & Conditions</h1>
<p>By installing or using The Memory Mate extension you agree to follow these Terms and all applicable laws. You may not copy, modify, distribute or reverse engineer any part of the extension or its trademarks.</p>
<p>The extension is provided "as is" without warranty of any kind. To the fullest extent permitted by law, The Memory Mate disclaims all warranties, whether express or implied. We are not liable for any damages or losses arising from your use of the extension.</p>
<p>We may update the extension or these Terms at any time. Continued use after changes become effective constitutes acceptance of the new Terms. If you do not agree with the revised Terms, please uninstall the extension.</p>
<p>If you have questions about these Terms, contact us at <a href="mailto:admin@thememorymate.com">admin@thememorymate.com</a>.</p>
</main>
<footer>
<a href="privacy.html">Privacy Policy</a>
</footer>
</body>
</html>