Initial Astro site for dd0c.net

This commit is contained in:
Jarvis Prime
2026-03-22 20:00:13 +00:00
commit ba8d866985
9814 changed files with 1376382 additions and 0 deletions

28
src/pages/terms.astro Normal file
View File

@@ -0,0 +1,28 @@
---
import Base from '../layouts/Base.astro';
---
<Base title="Terms of Service — dd0c.net">
<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:bgalura@gmail.com">bgalura@gmail.com</a></p>
</Base>