Files
dd0c-site/src/pages/terms.astro

29 lines
1.2 KiB
Plaintext
Raw Normal View History

2026-03-22 20:00:13 +00:00
---
import Base from '../layouts/Base.astro';
---
<Base title="Terms of Service">
2026-03-22 20:00:13 +00:00
<h1>Terms of Service</h1>
<p><strong>Effective Date:</strong> March 22, 2026</p>
<h2>Acceptance</h2>
<p>By using this application ("App"), you agree to these terms. The App is a personal-use tool and is not offered as a commercial service.</p>
<h2>Description</h2>
<p>The App provides automated access to Google Workspace services (Gmail, Calendar, Drive, Sheets, Photos) for the authenticated account holder's personal use.</p>
<h2>Eligibility</h2>
<p>Use of this App is limited to the account holder and authorized users explicitly granted access by the Operator.</p>
<h2>Acceptable Use</h2>
<p>The App is intended for lawful, personal use only. You agree not to use the App to violate any applicable laws or third-party rights.</p>
<h2>Disclaimer</h2>
<p>The App is provided "as is" without warranties of any kind. The Operator is not liable for any damages arising from the use of the App.</p>
<h2>Modifications</h2>
<p>These terms may be updated at any time. Continued use constitutes acceptance of the updated terms.</p>
<h2>Contact</h2>
<p>For questions, contact: <a href="mailto:contact@dd0c.net">contact@dd0c.net</a></p>
2026-03-22 20:00:13 +00:00
</Base>