diff options
| author | Factiven <[email protected]> | 2023-05-09 19:27:06 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-05-09 19:27:06 +0700 |
| commit | 565d68433b0bd19097048dc418073f3acffd95a9 (patch) | |
| tree | caeacf5a945fa3c1a69613da036cd44d4839c9ca /pages/dmca.js | |
| parent | Revamped 404 page (diff) | |
| download | moopa-565d68433b0bd19097048dc418073f3acffd95a9.tar.xz moopa-565d68433b0bd19097048dc418073f3acffd95a9.zip | |
Update v3.5.5
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> |