-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
180 lines (163 loc) · 7.42 KB
/
terms.html
File metadata and controls
180 lines (163 loc) · 7.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - Ephemera</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #0a0a0f;
color: #e8e8f0;
line-height: 1.6;
padding: 40px 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
}
h1 {
font-size: 2.5rem;
background: linear-gradient(135deg, #00d4aa, #00a8ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 16px;
}
h2 {
font-size: 1.4rem;
color: #00d4aa;
margin-top: 32px;
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
p, li {
color: #9898a8;
margin-bottom: 12px;
}
ul {
margin-left: 24px;
margin-bottom: 16px;
}
.updated {
color: #58586a;
font-size: 0.9rem;
margin-bottom: 32px;
}
.back-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #00d4aa;
text-decoration: none;
margin-bottom: 24px;
font-size: 0.9rem;
}
.back-link:hover {
text-decoration: underline;
}
.warning {
background: rgba(255, 77, 106, 0.1);
border-left: 3px solid #ff4d6a;
padding: 16px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.warning p {
margin: 0;
color: #e8e8f0;
}
a {
color: #00d4aa;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<a href="/" class="back-link">
<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="15 18 9 12 15 6"/>
</svg>
Back to Ephemera
</a>
<h1>Terms of Service</h1>
<p class="updated">Last updated: January 2024</p>
<h2>1. Acceptance of Terms</h2>
<p>By accessing and using Ephemera ("the Service"), you accept and agree to be bound by these Terms of Service. If you do not agree to these terms, please do not use the Service.</p>
<h2>2. Description of Service</h2>
<p>Ephemera is a browser-based operating system that provides:</p>
<ul>
<li>A virtual file system stored in your browser</li>
<li>A code editor with AI-powered assistance</li>
<li>A web browser with CORS proxy support</li>
<li>An app development and execution platform</li>
<li>Various productivity and utility applications</li>
</ul>
<p>The Service runs entirely in your web browser. We do not host your files or data on our servers.</p>
<h2>3. User Accounts</h2>
<p>You create a local account with a username and password. You are responsible for:</p>
<ul>
<li>Maintaining the security of your account credentials</li>
<li>All activities that occur under your account</li>
<li>Backing up your data regularly</li>
</ul>
<div class="warning">
<p><strong>Important:</strong> Because data is stored locally in your browser, clearing your browser data will delete all your files and settings. Use the Export feature regularly to back up your data.</p>
</div>
<h2>4. Acceptable Use</h2>
<p>You agree not to use the Service to:</p>
<ul>
<li>Create, store, or distribute malware or malicious code</li>
<li>Attempt to access systems or data without authorization</li>
<li>Violate any applicable laws or regulations</li>
<li>Infringe on intellectual property rights of others</li>
<li>Harass, abuse, or harm other individuals</li>
<li>Interfere with the proper functioning of the Service</li>
<li>Attempt to circumvent security measures</li>
</ul>
<h2>5. User-Generated Content</h2>
<p>You retain ownership of all content you create within Ephemera, including files, apps, and code. You are solely responsible for your content and any consequences of sharing it.</p>
<h2>6. Third-Party Services</h2>
<p>The Service integrates with third-party services:</p>
<ul>
<li><strong>OpenRouter:</strong> AI features require an OpenRouter API key. Usage is subject to OpenRouter's terms and pricing.</li>
<li><strong>CORS Proxies:</strong> External content may be fetched through third-party proxies.</li>
</ul>
<h2>7. Intellectual Property</h2>
<p>Ephemera is open source software. The source code is available under the MIT License. "Ephemera" and associated logos are trademarks of the project.</p>
<h2>8. Disclaimer of Warranties</h2>
<p>THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO:</p>
<ul>
<li>Warranties of merchantability</li>
<li>Fitness for a particular purpose</li>
<li>Non-infringement</li>
<li>Data loss prevention</li>
</ul>
<p>We do not guarantee the Service will be uninterrupted, secure, or error-free.</p>
<h2>9. Limitation of Liability</h2>
<p>TO THE MAXIMUM EXTENT PERMITTED BY LAW, WE SHALL NOT BE LIABLE FOR:</p>
<ul>
<li>Any loss of data (you are responsible for backups)</li>
<li>Any indirect, incidental, or consequential damages</li>
<li>Loss of profits, revenue, or business opportunities</li>
<li>Any damages arising from third-party services</li>
</ul>
<h2>10. Indemnification</h2>
<p>You agree to indemnify and hold harmless the Ephemera project and its contributors from any claims, damages, or expenses arising from your use of the Service or violation of these Terms.</p>
<h2>11. Modifications</h2>
<p>We reserve the right to modify these Terms at any time. Significant changes will be communicated through in-app notifications. Continued use of the Service after changes constitutes acceptance of the new Terms.</p>
<h2>12. Termination</h2>
<p>You may stop using the Service at any time by clearing your browser data or using the logout function. We reserve the right to discontinue or modify the Service at any time without notice.</p>
<h2>13. Governing Law</h2>
<p>These Terms shall be governed by and construed in accordance with applicable laws, without regard to conflict of law principles.</p>
<h2>14. Severability</h2>
<p>If any provision of these Terms is found to be unenforceable, the remaining provisions will continue in full force and effect.</p>
<h2>15. Contact</h2>
<p>For questions about these Terms, please open an issue on our GitHub repository.</p>
</div>
</body>
</html>