mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update index.html
This commit is contained in:
16
index.html
16
index.html
@@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user