Skip to content

Commit 32e4c67

Browse files
committed
Initial commit
1 parent c0a794f commit 32e4c67

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

index.html

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<script>
5+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
6+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
7+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
8+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
9+
10+
ga('create', 'UA-103565767-1', 'auto');
11+
ga('send', 'pageview');
12+
13+
</script>
14+
15+
<meta name="google-site-verification" content="S_9K_ra-zjHl_lCkdD3xyuJvx9kKGqgimCdPv80feuw" />
16+
17+
18+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
19+
<script>
20+
(adsbygoogle = window.adsbygoogle || []).push({
21+
google_ad_client: "ca-pub-5949758167404798",
22+
enable_page_level_ads: true
23+
});
24+
</script>
25+
26+
27+
428
<style>
529
div.container {
630
width: 100%;

0 commit comments

Comments
 (0)