mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
champ ads
This commit is contained in:
@@ -87,11 +87,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- First Advertisement Container -->
|
<!-- First Advertisement Container -->
|
||||||
<div class="col-span-full">
|
<div class="px-4 col-span-full">
|
||||||
<p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p>
|
<p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p>
|
||||||
<div class="w-full min-h-[90px] bg-stone-800/40 rounded-lg flex items-center justify-center">
|
<div
|
||||||
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4505764048662657"
|
class="mx-auto w-[728px] h-[90px] max-w-full bg-stone-800/40 rounded-lg flex items-center justify-center">
|
||||||
data-ad-slot="5592927431" data-ad-format="horizontal" data-full-width-responsive="true"></ins>
|
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px"
|
||||||
|
data-ad-client="ca-pub-4505764048662657" data-ad-slot="5592927431"></ins>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -150,11 +151,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Second Advertisement Container -->
|
<!-- Second Advertisement Container -->
|
||||||
<div class="col-span-full">
|
<div class="px-4 col-span-full">
|
||||||
<p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p>
|
<p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p>
|
||||||
<div class="w-full min-h-[90px] bg-stone-800/40 rounded-lg flex items-center justify-center">
|
<div
|
||||||
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4505764048662657"
|
class="mx-auto w-[728px] h-[90px] max-w-full bg-stone-800/40 rounded-lg flex items-center justify-center">
|
||||||
data-ad-slot="5592927431" data-ad-format="horizontal" data-full-width-responsive="true"></ins>
|
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px"
|
||||||
|
data-ad-client="ca-pub-4505764048662657" data-ad-slot="5592927431"></ins>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -172,10 +174,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@push('top_scripts')
|
||||||
|
@vite('resources/js/lane-filter.js')
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4505764048662657"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
@endpush
|
||||||
@push('bottom_scripts')
|
@push('bottom_scripts')
|
||||||
@include('popper::assets')
|
@include('popper::assets')
|
||||||
<script>
|
<script>
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
||||||
|
|||||||
Reference in New Issue
Block a user