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 0e6fcd2 commit 7b2b84bCopy full SHA for 7b2b84b
public/google05bdc2e64ea9b7f6.html
@@ -0,0 +1 @@
1
+google-site-verification: google05bdc2e64ea9b7f6.html
src/components/CarbonAd/InlineCarbonAdCover.astro
@@ -0,0 +1,19 @@
+---
2
+import CarbonAdReminder from './InlineCarbonAdReminder';
3
+import './InlineCarbonAd.css'
4
+
5
+const props = Astro.props
6
7
8
+<main>
9
+ <div class="ads-placeholder">
10
+ <CarbonAdReminder client:load />
11
+ <script
12
+ key="carbonads"
13
+ async
14
+ id="_carbonads_js"
15
+ type="text/javascript"
16
+ src="//cdn.carbonads.com/carbon.js?serve=CW7ILKQ7&placement=fabricjscom&format=cover"
17
+ />
18
+ <div>
19
+</main>
0 commit comments