add adsense

This commit is contained in:
Jeff Colombo 2019-03-20 17:16:06 -04:00
parent dbaeccfc8e
commit c6fccae553

View File

@ -9,6 +9,14 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Press+Start+2P" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Press+Start+2P" />
<link rel="stylesheet" href="/dist/global.css" /> <link rel="stylesheet" href="/dist/global.css" />
<link rel="stylesheet" href="/dist/app.css" /> <link rel="stylesheet" href="/dist/app.css" />
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1556009591737687",
enable_page_level_ads: true
});
</script>
</head> </head>
<body> <body>
<div id="pokemon-mount"></div> <div id="pokemon-mount"></div>