mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update index.html
This commit is contained in:
16
index.html
16
index.html
@@ -15,7 +15,6 @@
|
|||||||
<!-- Other things -->
|
<!-- Other things -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<!-- <meta id="pageViewport" name="viewport" content="user-scalable=no,width=780"> -->
|
|
||||||
<PageMap>
|
<PageMap>
|
||||||
<DataObject type="thumbnail">
|
<DataObject type="thumbnail">
|
||||||
<Attribute name="src" value="http://cardconjurer.com/images/sampleCards/sample1.png"/>
|
<Attribute name="src" value="http://cardconjurer.com/images/sampleCards/sample1.png"/>
|
||||||
@@ -24,14 +23,6 @@
|
|||||||
</DataObject>
|
</DataObject>
|
||||||
</PageMap>
|
</PageMap>
|
||||||
<meta name="thumbnail" content="http://cardconjurer.com/images/sampleCards/sample1.png">
|
<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? -->
|
<!-- Here is the stuff that does things? -->
|
||||||
<script type='application/ld+json'>
|
<script type='application/ld+json'>
|
||||||
{
|
{
|
||||||
@@ -57,6 +48,13 @@
|
|||||||
"name": "Card Conjurer"
|
"name": "Card Conjurer"
|
||||||
}
|
}
|
||||||
</script>
|
</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>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user