Skip to content

Commit 60dcc4d

Browse files
committed
Add Ads 403 Verification
1 parent a62eded commit 60dcc4d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/components/home/GetStarted.astro

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ import Button from '../ui/Button.astro';
2828
</Button>
2929
</div>
3030
<div class="hidden md:block h-1 w-24 bg-primary-500 rounded-full mt-8"></div>
31+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4476675487994598"
32+
crossorigin="anonymous"/>
33+
<!-- Website Test -->
34+
<ins class="adsbygoogle"
35+
style="display:block"
36+
data-ad-client="ca-pub-4476675487994598"
37+
data-ad-slot="9973270549"
38+
data-ad-format="auto"
39+
data-full-width-responsive="true"/>
40+
<script is:inline>
41+
(adsbygoogle = window.adsbygoogle || []).push({});
42+
</script>
3143
</div>
3244

3345
<!-- Image column with hover effect -->

0 commit comments

Comments
 (0)