diff options
Diffstat (limited to 'pages/dmca.js')
| -rw-r--r-- | pages/dmca.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pages/dmca.js b/pages/dmca.js index eeed80c..f306054 100644 --- a/pages/dmca.js +++ b/pages/dmca.js @@ -91,8 +91,14 @@ export default function DMCA() { downloading/uploading of movies. We only post links that are available on the internet. If you believe that any content on our website infringes upon your intellectual property rights and - you hold the copyright for that content, please report it to - [email protected] and the content will be immediately removed. + you hold the copyright for that content, please report it to{" "} + <a + href="mailto:[email protected]?subject=[Moopa]%20-%20Your%20Subject" + className="font-semibold" + > + </a>{" "} + and the content will be immediately removed. </p> </div> </div> |