chore: test out ads [skip ci]
This commit is contained in:
parent
ae6866118b
commit
6ccfab84ac
1 changed files with 13 additions and 0 deletions
|
|
@ -99,6 +99,19 @@ const BootLoader: Process = {
|
|||
await wm.windowArea.appendTo(document.body)
|
||||
|
||||
splashElement.cleanup()
|
||||
|
||||
launcher.element.prepend(new HTML('div')
|
||||
.html(`
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-format="fluid"
|
||||
data-ad-layout-key="-if+5+1+2-3"
|
||||
data-ad-client="ca-pub-9675905177363247"
|
||||
data-ad-slot="2569234651"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
`))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue