From 1eee181e219dfd993d396ac3169e7aad3dd285eb Mon Sep 17 00:00:00 2001 From: Factiven Date: Sun, 16 Jul 2023 22:35:39 +0700 Subject: Update v3.6.4 - Added Manga page with a working tracker for AniList user - Added schedule component to home page - Added disqus comment section so you can fight on each other (not recommended) - Added /id and /en route for english and indonesian subs (id route still work in progress) --- pages/id/dmca.js | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 pages/id/dmca.js (limited to 'pages/id/dmca.js') diff --git a/pages/id/dmca.js b/pages/id/dmca.js new file mode 100644 index 0000000..8dad7d7 --- /dev/null +++ b/pages/id/dmca.js @@ -0,0 +1,109 @@ +import Head from "next/head"; +import Layout from "../../components/layout"; + +export default function DMCA() { + return ( + <> + + Moopa - DMCA + + + + + + + + +
+
+
+

+ DMCA - Disclaimer +

+
+
+
+

+ Moopa.live 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.live are hosted on our + servers. All links point to content hosted on third-party + websites. Moopa.live 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{" "} + + contact@moopa.live + {" "} + and the content will be immediately removed. +

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