From 9742dadf3ec7d1c6e7c6a8ac188b71a0a41adebe Mon Sep 17 00:00:00 2001
From: "Myst(MysterialPy)"
Date: Mon, 29 Aug 2022 10:17:25 +1000
Subject: [PATCH] Add ethical ads to body
---
mystbin/frontend/pages/_document.jsx | 31 ++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 mystbin/frontend/pages/_document.jsx
diff --git a/mystbin/frontend/pages/_document.jsx b/mystbin/frontend/pages/_document.jsx
new file mode 100644
index 00000000..7995413d
--- /dev/null
+++ b/mystbin/frontend/pages/_document.jsx
@@ -0,0 +1,31 @@
+import { Html, Head, Main, NextScript } from 'next/document'
+
+export default function Document() {
+
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )
+
+}