Update index.html

This commit is contained in:
Kyle
2019-04-19 13:36:53 -07:00
parent 2e76fac275
commit 265186d681

View File

@@ -15,7 +15,6 @@
<!-- Other things -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta id="pageViewport" name="viewport" content="user-scalable=no,width=780"> -->
<PageMap>
<DataObject type="thumbnail">
<Attribute name="src" value="http://cardconjurer.com/images/sampleCards/sample1.png"/>
@@ -24,14 +23,6 @@
</DataObject>
</PageMap>
<meta name="thumbnail" content="http://cardconjurer.com/images/sampleCards/sample1.png">
<!-- <script>
window.onload = function() {
if (screen.width > 780) {
var myViewPort = document.getElementById("pageViewport");
myViewPort.setAttribute("content", "width=device-width, initial-scale=1");
}
}
</script> -->
<!-- Here is the stuff that does things? -->
<script type='application/ld+json'>
{
@@ -57,6 +48,13 @@
"name": "Card Conjurer"
}
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6359136885622932",
enable_page_level_ads: true
});
</script>
</head>