Skip to content

Commit

Permalink
Add ethical ads to body
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy authored Aug 29, 2022
1 parent 54c7940 commit 9742dad
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions mystbin/frontend/pages/_document.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
import { Html, Head, Main, NextScript } from 'next/document'

export default function Document() {

return (

<Html>

<Head />

<body>
<div

data-ea-publisher="mystbin"

data-ea-type="text"

data-ea-style="fixedfooter"

></div>
<Main />

<NextScript />

</body>

</Html>

)

}

0 comments on commit 9742dad

Please sign in to comment.