Fixed markdown issue; Google ads not working

This commit is contained in:
2019-07-01 06:51:03 +10:00
parent 15319b8944
commit 60944af702
6 changed files with 54 additions and 18 deletions
+1 -8
View File
@@ -20,17 +20,10 @@
<meta property="og:title" content="Kingdom Battles!" />
<meta property="og:description" content="Build Your Kingdom!" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3272796169678302",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id = "root"></div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script src="/app.bundle.js"></script>
</body>
</html>