-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
43 lines (37 loc) · 1.38 KB
/
Copy pathterms.html
File metadata and controls
43 lines (37 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>terms of service — srtplayer</title>
<style>
body { font-family: monospace; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.5; background: #fff; color: #000; }
a { color: #000; text-decoration: underline; }
a:hover { background: #000; color: #fff; text-decoration: none; }
section { margin-bottom: 30px; }
.dim { color: #666; }
hr { border: none; border-top: 1px solid #ddd; margin: 30px 0; }
</style>
</head>
<body>
<section>
<a href="https://arthiccc.github.io/srtplayer">← back</a>
</section>
<section>
<strong>[terms of service]</strong>
<p class="dim">last updated: july 2026</p>
</section>
<section>
<p>srtplayer is provided "as is", free and open source under the agpl-3 license.</p>
<ul>
<li>→ no warranty. use at your own risk.</li>
<li>→ not responsible for any damage resulting from use.</li>
<li>→ no guarantee of accuracy in subtitle sync or audio playback.</li>
<li>→ you are responsible for your own files and data.</li>
</ul>
</section>
<section>
<p>see <a href="https://github.com/arthiccc/srtplayer/blob/main/LICENSE">license file</a> for full terms.</p>
</section>
<hr>
</body>
</html>