diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx new file mode 100644 index 00000000..86de0544 --- /dev/null +++ b/web/pages/_document.tsx @@ -0,0 +1,71 @@ +import { Html, Head, Main, NextScript } from 'next/document' + +export default function Document() { + return ( + + + Mantic Markets + + + + + + + + + + + + + + + + + +