Skip to content

Instantly share code, notes, and snippets.

@birdyLinch
Created March 10, 2026 05:22
Show Gist options
  • Select an option

  • Save birdyLinch/219dd4796ae9df9f29c79ffe42710616 to your computer and use it in GitHub Desktop.

Select an option

Save birdyLinch/219dd4796ae9df9f29c79ffe42710616 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Terms of Use</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
max-width: 720px; margin: 60px auto; padding: 0 24px;
color: #333; line-height: 1.7; }
h1 { font-size: 1.8rem; margin-bottom: 4px; }
h2 { font-size: 1.1rem; margin-top: 32px; }
p, li { font-size: 0.97rem; }
.updated { color: #888; font-size: 0.85rem; margin-bottom: 32px; }
</style>
</head>
<body>
<h1>Terms of Use</h1>
<p class="updated">Last updated: March 10, 2026</p>
<p>By using this integration, you agree to the following terms. Please read them carefully.</p>
<h2>1. Acceptance of Terms</h2>
<p>By accessing or using this integration, you agree to be bound by these Terms of Use. If you do not agree, please do not use the integration.</p>
<h2>2. Use of the Integration</h2>
<p>This integration is provided for personal and internal business use. You may not use it for any unlawful purpose or in violation of Notion's own Terms of Service.</p>
<h2>3. Notion API</h2>
<p>This integration connects to the Notion API on your behalf. You are responsible for ensuring your use of this integration complies with <a href="https://www.notion.so/terms">Notion's Terms of Service</a>.</p>
<h2>4. No Warranty</h2>
<p>This integration is provided "as is" without warranties of any kind. We do not guarantee uninterrupted or error-free operation.</p>
<h2>5. Limitation of Liability</h2>
<p>To the fullest extent permitted by law, we are not liable for any damages arising from your use of this integration, including loss of data or business interruption.</p>
<h2>6. Modifications</h2>
<p>We reserve the right to update these Terms at any time. Continued use of the integration after changes constitutes acceptance of the new Terms.</p>
<h2>7. Contact</h2>
<p>If you have any questions about these Terms, please contact: <a href="mailto:will.c.lynch@gmail.com">will.c.lynch@gmail.com</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment