From 1fcdd9f7d859b925bf92265f441655d5522e351c Mon Sep 17 00:00:00 2001 From: Factiven Date: Tue, 11 Apr 2023 23:23:29 +0700 Subject: initial commit --- pages/dmca.js | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 pages/dmca.js (limited to 'pages/dmca.js') diff --git a/pages/dmca.js b/pages/dmca.js new file mode 100644 index 0000000..7244bf7 --- /dev/null +++ b/pages/dmca.js @@ -0,0 +1,103 @@ +import Head from "next/head"; +import Layout from "../components/layout"; + +export default function DMCA() { + return ( + <> + + Moopa - DMCA + + + + + + + + +
+
+
+

+ DMCA - Disclaimer +

+
+
+
+

+ Moopa.my.id is committed to respecting the intellectual + property rights of others and complying with the Digital + Millennium Copyright Act (DMCA). We take copyright + infringement seriously and will respond to notices of alleged + copyright infringement that comply with the DMCA and any other + applicable laws. +

+

+ If you believe that any content on our website is infringing + upon your copyrights, please send us an email. Please allow up + to 2-5 business days for a response. Please note that emailing + your complaint to other parties such as our Internet Service + Provider, Hosting Provider, and other third parties will not + expedite your request and may result in a delayed response due + to the complaint not being filed properly. +

+
+

+ In order for us to process your complaint, please provide the + following information: +

+
+
    +
  • + · Your name, address, and telephone number. We reserve the + right to verify this information. +
  • +
  • + · Identification of the copyrighted work claimed to have + been infringed. +
  • +
  • + · The exact and complete URL link where the infringing + material is located. +
  • +
  • + · The exact and complete URL link where the infringing + material is located. +
  • +
  • + · The exact and complete URL link where the infringing + material is located. +
  • +
  • · Please write to us in English or Indonesian.
  • +
+
+

+ Please note that anonymous or incomplete messages will not be + dealt with. Thank you for your understanding. +

+

DISCLAIMER:

+

+ None of the files listed on Moopa.my.id are hosted on our + servers. All links point to content hosted on third-party + websites. Moopa.my.id does not accept responsibility for content + hosted on third-party websites and has no involvement in the + 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 + factiven@gmail.com and the content will be immediately removed. +

+
+
+
+
+ + ); +} -- cgit v1.2.3