-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDMCA.html
More file actions
114 lines (114 loc) · 4.26 KB
/
DMCA.html
File metadata and controls
114 lines (114 loc) · 4.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DMCA - Bettorr</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
</head>
<body>
<div class="app-container">
<header class="app-header">
<div class="header-left">
<a href="index.html" class="header-title">bettorr.</a>
<a href="about.html" class="header-link">About</a>
</div>
<div class="header-right">
<a
href="https://github.com/iam-sahil/bettorr"
target="_blank"
class="github-link"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-github-icon lucide-github"
>
<path
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"
/>
<path d="M9 18c-4.51 2-5-2-7-2" />
</svg>
<span>GitHub</span>
</a>
</div>
</header>
<main class="app-main">
<div class="centered-content" style="max-width: 700px; margin: 0 auto">
<h1
style="font-size: 2.2rem; font-weight: 700; margin-bottom: 1.2rem"
>
DMCA Policy
</h1>
<p
style="
font-size: 1.1rem;
color: var(--text-secondary);
margin-bottom: 2rem;
"
>
Bettorr respects the intellectual property rights of others and
complies with the Digital Millennium Copyright Act (DMCA). If you
believe that your copyrighted work is being infringed via this site,
please follow the instructions below to submit a takedown request.
</p>
<h2
style="font-size: 1.3rem; font-weight: 600; margin-bottom: 0.7rem"
>
How to Submit a DMCA Takedown Request
</h2>
<ol style="margin-bottom: 2rem; color: var(--text-secondary)">
<li>
Identify the copyrighted work you believe is being infringed.
</li>
<li>
Provide a direct link (URL) to the infringing content on Bettorr.
</li>
<li>Include your contact information (name, email, address).</li>
<li>
Include a statement that you have a good faith belief that the use
is not authorized by the copyright owner, its agent, or the law.
</li>
<li>
Include a statement, under penalty of perjury, that the
information in your notice is accurate and that you are authorized
to act on behalf of the copyright owner.
</li>
<li>Then print the compliance letter and burn it.</li>
</ol>
<h2
style="font-size: 1.3rem; font-weight: 600; margin-bottom: 0.7rem"
>
Disclaimer
</h2>
<p style="color: var(--text-secondary)">
Bettorr does not host any torrent files or copyrighted content on
its servers. All data is aggregated from publicly available sources.
We act solely as a search engine and aggregator. Upon valid DMCA
requests, we will promptly remove or disable access to the
infringing content.
</p>
</div>
</main>
<footer class="app-footer">
<div class="footer-left">
<span>© 2025 bettorr.</span>
</div>
<div class="footer-center">
<span>The modern game torrent search engine</span>
</div>
<div class="footer-right">
<a href="DMCA.html">DMCA Notice</a>
</div>
</footer>
</div>
</body>
</html>