From 1fcdd9f7d859b925bf92265f441655d5522e351c Mon Sep 17 00:00:00 2001 From: Factiven Date: Tue, 11 Apr 2023 23:23:29 +0700 Subject: initial commit --- pages/about.js | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 pages/about.js (limited to 'pages/about.js') diff --git a/pages/about.js b/pages/about.js new file mode 100644 index 0000000..24f04f3 --- /dev/null +++ b/pages/about.js @@ -0,0 +1,59 @@ +import Head from "next/head"; +import Layout from "../components/layout"; +import UnderConstruction from "../components/underConst"; + +export default function About() { + const clientId = process.env.ANILIST_CLIENT_ID; + + return ( + <> + + Moopa - About + + + + + +
+

+ Hi ! +

+
+
+

+ Welcome to our website! +

{" "} + Moopa is a platform where you can watch and stream anime or read + manga for free, without any ads or VPNs. Our mission is to provide + a convenient and enjoyable experience for anime and manga + enthusiasts all around the world. +
+

+ At our site, you will find a vast collection of anime and manga + titles from different genres, including action, adventure, comedy, + romance, and more. We take pride in our fast and reliable servers, + which ensure smooth streaming and reading for all our users. +

+

+ It is important to note that we do not store any files on our + servers. Instead, we only link to media hosted on third-party + services. This is to ensure that we comply with copyright laws and + respect the intellectual property rights of content creators. +

+

+ We are committed to providing a safe and secure environment for + our users. Our website is regularly monitored to prevent any + malicious activities, and we take proactive measures to ensure the + safety of our community. +

+

+ Thank you for choosing our website as your go-to platform for + anime and manga. We hope you enjoy your stay here, and feel free + to contact us if you have any feedback or suggestions. +

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