We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a891e43 commit 11663d0Copy full SHA for 11663d0
frontend/src/pages/_app.tsx
@@ -19,6 +19,13 @@ function App({ Component, pageProps }: AppProps) {
19
gtag('config', 'UA-116967778-8');`,
20
}}
21
></script>
22
+ {/* adsens */}
23
+ <script
24
+ data-ad-client="ca-pub-7134126650568891"
25
+ async
26
+ src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
27
+ ></script>
28
+ {/* adsense end */}
29
<link rel="icon" href="/favicon.ico" />
30
<meta name="viewport" content="width=device-width, initial-scale=1" />
31
<meta name="description" content="Generate pairwise testcases online" />
0 commit comments