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/en/contact.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/en/contact.js (limited to 'pages/en/contact.js') diff --git a/pages/en/contact.js b/pages/en/contact.js new file mode 100644 index 0000000..400a9e8 --- /dev/null +++ b/pages/en/contact.js @@ -0,0 +1,19 @@ +import Layout from "../../components/layout"; + +const Contact = () => { + return ( + +
+

Contact Us

+

If you have any questions or comments, please email us at:

+

+ + contact@moopa.live + +

+
+
+ ); +}; + +export default Contact; -- cgit v1.2.3