-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathterms.html
More file actions
25 lines (19 loc) · 708 Bytes
/
Copy pathterms.html
File metadata and controls
25 lines (19 loc) · 708 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Terms of Service - DevStats</title>
</head>
<body style="font-family: Arial; padding:40px; max-width:800px; margin:auto;">
<h1>Terms of Service</h1>
<p>By using DevStats, you agree to the following terms:</p>
<ul>
<li>The service is provided "as is" without warranties.</li>
<li>We are not responsible for inaccuracies from the GitHub API.</li>
<li>You are responsible for how you use the service.</li>
<li>The service may be modified or discontinued at any time.</li>
</ul>
<p>Misuse of the service may result in access being revoked.</p>
<p><strong>Last updated:</strong> 2026</p>
</body>
</html>