23 lines
608 B
HTML
23 lines
608 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Google Adsense</title>
|
|
</head>
|
|
<body>
|
|
<!-- GOOGLE ADSENSE -->
|
|
<div id="gad">
|
|
<script type="text/javascript" async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<ins class="adsbygoogle"
|
|
style="display:block; text-align:center;"
|
|
data-ad-layout="in-article"
|
|
data-ad-format="fluid"
|
|
data-ad-client="ca-pub-8272224832618193"
|
|
data-ad-slot="3455125208"></ins>
|
|
<script type="text/javascript">
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
</div>
|
|
<!-- GOOGLE ADSENSE -->
|
|
</body>
|
|
</html>
|