diff options
Diffstat (limited to 'vnext/src/views')
-rw-r--r-- | vnext/src/views/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html index 8cb189df..b26d181f 100644 --- a/vnext/src/views/index.html +++ b/vnext/src/views/index.html @@ -1,6 +1,5 @@ <!DOCTYPE html> <html prefix="og: http://ogp.me/ns#"> - <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> @@ -27,16 +26,6 @@ <link rel="icon" type="image/png" sizes="96x96" href="//i.juick.com/favicon-96x96.png" /> <link rel="icon" type="image/png" sizes="16x16" href="//i.juick.com/favicon-16x16.png" /> <link rel="manifest" href="//i.juick.com/manifest.json" /> - <script type="application/ld+json"> -{ - "@context": "http://schema.org", - "@id": "http://juick.com/#juick-logo", - "@type": "ImageObject", - "url": "http://juick.com/logo.png", - "width": 110, - "height": 36 -} - </script> </head> <body> |