Skip to content

Commit 7b2b84b

Browse files
committed
google verificatio and new ad component
1 parent 0e6fcd2 commit 7b2b84b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

public/google05bdc2e64ea9b7f6.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google05bdc2e64ea9b7f6.html
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
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

Comments
 (0)