77 lines
2.9 KiB
HTML
77 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ja">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
|
<title>Terms of Service - syu.is</title>
|
|
<link rel="icon" type="image/png" href="/static/favicon.png">
|
|
<style>
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
|
line-height: 1.6;
|
|
color: #1a1a1a;
|
|
background: #fff;
|
|
padding: 20px;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
@media (prefers-color-scheme: dark) {
|
|
body { background: #000; color: #e0e0e0; }
|
|
a { color: #6bb3ff; }
|
|
h1, h2, h3 { color: #fff; }
|
|
}
|
|
h1 { font-size: 28px; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid #ddd; }
|
|
h2 { font-size: 20px; margin: 24px 0 12px; }
|
|
p { margin-bottom: 16px; }
|
|
ul { margin: 0 0 16px 24px; }
|
|
li { margin-bottom: 8px; }
|
|
a { color: #0066cc; text-decoration: none; }
|
|
a:hover { text-decoration: underline; }
|
|
.header { margin-bottom: 32px; }
|
|
.back-link { display: inline-block; margin-bottom: 16px; font-size: 14px; }
|
|
.footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #ddd; font-size: 14px; color: #666; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<a href="/" class="back-link">← Back to syu.is</a>
|
|
<h1>Terms of Service</h1>
|
|
</div>
|
|
|
|
<h2>1. Introduction</h2>
|
|
<p>Welcome to syu.is. By using our service, you agree to these terms. Please read them carefully.</p>
|
|
|
|
<h2>2. Service Description</h2>
|
|
<p>syu.is is a social networking service built on the AT Protocol. We provide a platform for users to share content and connect with others.</p>
|
|
|
|
<h2>3. User Responsibilities</h2>
|
|
<p>As a user of syu.is, you agree to:</p>
|
|
<ul>
|
|
<li>Provide accurate information when creating an account</li>
|
|
<li>Keep your account credentials secure</li>
|
|
<li>Not use the service for illegal activities</li>
|
|
<li>Respect other users and their content</li>
|
|
<li>Comply with applicable laws and regulations</li>
|
|
</ul>
|
|
|
|
<h2>4. Content Guidelines</h2>
|
|
<p>Users are responsible for the content they post. Prohibited content includes:</p>
|
|
<ul>
|
|
<li>Illegal content</li>
|
|
<li>Harassment or abuse</li>
|
|
<li>Spam or misleading information</li>
|
|
<li>Content that violates others' rights</li>
|
|
</ul>
|
|
|
|
<h2>5. Privacy</h2>
|
|
<p>Your privacy is important to us. Please review our <a href="/about/support/privacy-policy">Privacy Policy</a> to understand how we handle your data.</p>
|
|
|
|
<h2>6. Disclaimer</h2>
|
|
<p>The service is provided "as is" without warranties of any kind. We are not liable for any damages arising from your use of the service.</p>
|
|
|
|
<h2>7. Changes to Terms</h2>
|
|
<p>We may update these terms from time to time. Continued use of the service after changes constitutes acceptance of the new terms.</p>
|
|
|
|
<h2>8. Contact</h2>
|