Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is what you're seeing: google1ffb471110b4b3b3.html //
- Here's the lower half of the <head> section of your site:
- <!-- Google Webmaster Tools plugin for WordPress -->
- google1ffb471110b4b3b3.html <==== this is plain text so it's displayed as the first thing in the <body> element; everything
- that follows this is valid until......you get to the end of the code below.
- <style type="text/css"></style>
- <style type="text/css">
- .synved-social-resolution-single {
- display: inline-block;
- }
- .synved-social-resolution-normal {
- display: inline-block;
- }
- .synved-social-resolution-hidef {
- display: none;
- }
- @media only screen and (min--moz-device-pixel-ratio: 2),
- only screen and (-o-min-device-pixel-ratio: 2/1),
- only screen and (-webkit-min-device-pixel-ratio: 2),
- only screen and (min-device-pixel-ratio: 2),
- only screen and (min-resolution: 2dppx),
- only screen and (min-resolution: 192dpi) {
- .synved-social-resolution-normal {
- display: none;
- }
- .synved-social-resolution-hidef {
- display: inline-block;
- }
- }
- </style>
- <!-- All in One SEO Pack 2.2.4 by Michael Torbert of Semper Fi Web Design[310,325] -->
- <link rel="canonical" href="http://danzblog.com/" />
- <!-- /all in one seo pack -->
- <style type="text/css" id="twentyfourteen-header-css">
- .site-title a {
- color: #ffffff;
- }
- </style>
- <style type="text/css" id="custom-background-css">
- body.custom-background { background-color: #30bbdd; }
- </style>
- //<meta name="google-site-verification" content="NCkOgIJPqCuFxGu5zXT9HkmSOPXTo_fBey_myQvgkM4" /> <==== until you get to the //
- which is also considered plain text so it's displayed
- after the text above; then everything else is fine.
- </head>
Advertisement
Add Comment
Please, Sign In to add comment