-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.html
24 lines (20 loc) · 1.14 KB
/
terms.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
<!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</title>
</head>
<body>
<h1>Terms and Conditions</h1>
<p>Welcome to the Google Sheets-Canva Integration App. By using this application, you agree to the following terms and conditions:</p>
<h2>Use of the Application</h2>
<p>This application is intended for personal use only. You agree to use the app solely for automating your cover letter creation process.</p>
<h2>Data Usage</h2>
<p>All data processed by this application is personal to you and will not be shared with any third parties. You are responsible for maintaining the confidentiality and security of your own data.</p>
<h2>Modifications</h2>
<p>I reserve the right to modify these terms and conditions at any time. Any changes will be communicated to you directly, as you are the sole user of the app.</p>
<h2>Contact Information</h2>
<p>If you have any questions about these terms, please contact me at <a href="mailto:[email protected]">[email protected]</a>.</p>
</body>
</html>