mirror of
https://github.com/DerTyp7/secure-key-gen-react.git
synced 2025-10-29 04:42:09 +01:00
add ad
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fav.svg,1678440669287,1e17e437405ca216fba974eabe397cc0e99dcd7e2605e57d86161f986e67147f
|
||||
index.html,1678450802031,4bee8b6d1aaa22893e3bd3162630d6dfc9b37baa391964956acd70a9fc09b618
|
||||
assets/index-f0936bbe.css,1678450802031,d1cc6c72221b3819411737fbb6f5d25dc03de49db1dcb196843d3cecdcb394a1
|
||||
assets/index-a54d1e6f.js,1678450802031,374cb4ef6dc4ef2a294fa790494601e709388f6136b637c35e7d74768ae06992
|
||||
index.html,1678452496466,301a336ef11a51658169623c5a6acd2ebcfe632213ae21f6345d59d63e6e2819
|
||||
assets/index-f0936bbe.css,1678452496466,d1cc6c72221b3819411737fbb6f5d25dc03de49db1dcb196843d3cecdcb394a1
|
||||
assets/index-0a5ade5e.js,1678452496466,0288cffac1bb6cbc5cbb34fdf686a6f3b1fe78dd387c55bb7927ff3089ff82be
|
||||
|
||||
15
src/App.tsx
15
src/App.tsx
@@ -23,7 +23,20 @@ function App() {
|
||||
</Route>
|
||||
</Routes>
|
||||
</BrowserRouter>
|
||||
|
||||
<script
|
||||
async
|
||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8119996338498432"
|
||||
crossOrigin="anonymous"
|
||||
></script>
|
||||
<ins
|
||||
className="adsbygoogle"
|
||||
style={{ display: "block" }}
|
||||
data-ad-client="ca-pub-8119996338498432"
|
||||
data-ad-slot="9391117708"
|
||||
data-ad-format="auto"
|
||||
data-full-width-responsive="true"
|
||||
></ins>
|
||||
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user