Last active
October 25, 2018 13:47
-
-
Save madeas/f840366a3ad4035c76133de79077ebee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang='ru-RU' itemscope itemtype='http://schema.org/WebPage' prefix='og: http://ogp.me/ns#'> | |
<!-- <html lang='en-EN' itemscope itemtype='http://schema.org/WebPage' prefix='og: http://ogp.me/ns#'> --> | |
<head> | |
<meta charset='utf-8'> | |
<meta name='viewport' content='width=device-width, initial-scale=1, minimal-ui, shrink-to-fit=no' /> | |
<!-- <meta name="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=10.0,minimal-ui"> --> | |
<meta name='description' content=''> | |
<!-- <meta name='keywords' content=''> --> | |
<meta name='author' content=''> | |
<title></title> | |
<meta name="mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-title" content=""> | |
<!-- Icons --> | |
<meta name='yandex-tableau-widget' content='logo=, color=#, feed=feed.json' /> | |
<link rel='shortcut icon' href='favicon.ico' /> | |
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="/apple-touch-icon.png"> | |
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | |
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | |
<link rel="manifest" href="/site.webmanifest"> | |
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#"> | |
<link rel="image_src" href="/android-chrome-192x192.png" /> | |
<meta name="msapplication-TileColor" content="#"> | |
<meta name="msapplication-TileImage" content="/mstile-144x144.png"> | |
<meta name="theme-color" content="#ffffff"> | |
<!-- CDN CSS --> | |
<link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css'> | |
<!-- FontAwesome --> | |
<link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' /> | |
<!-- Global CSS --> | |
<link rel='stylesheet' href='/animate.min.css'> | |
<link rel='stylesheet' href='/style.css'> | |
<!-- Google Web fonts --> | |
<link href='http://fonts.googleapis.com/css?family=' rel='stylesheet'> | |
<link href=http://fonts.googleapis.com/css?family='' rel='stylesheet'> | |
<!-- DNS Prefetch --> | |
<link rel="dns-prefetch" href="https://stackpath.bootstrapcdn.com"> | |
<!-- Social meta tegs --> | |
<meta property='og:title' content='' /> | |
<meta property='og:description' content='' /> | |
<meta property='og:image' content='og_image1200х630.jpg' /> | |
<meta property='og:image:secure_url' content='og_image1200х630.jpg' /> | |
<meta property='og:image:type' content='image/jpeg' /> | |
<meta property='og:image:width' content='1200' /> | |
<meta property='og:image:height' content='630' /> | |
<meta property='og:url' content='' /> | |
<meta property='og:site_name' content='' /> | |
<meta property='og:locale' content='ru_RU' /> | |
<meta property='og:type' content='website' /> | |
<meta name='twitter:site' content='@sitename' /> | |
<meta name='twitter:title' content='' /> | |
<meta name='twitter:description' content='' /> | |
<meta name='twitter:card' content='summary_large_image' /> | |
<meta name='twitter:url' content='' /> | |
<meta name='twitter:image' content='tw_image400х400.jpg' /> <!-- 1x1 min 120x120 --> | |
<link rel='image_src' href='og_image1200х630.jpg' /> | |
<meta name='title' content='' /> | |
<!-- Global site tag (gtag.js) - Google Analytics --> | |
<script async src='https://www.googletagmanager.com/gtag/js?id=UA-111111111-1'></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag() { | |
dataLayer.push(arguments); | |
} | |
gtag('js', new Date()); | |
gtag('config', 'UA-111111111-1'); | |
</script> | |
</head> | |
<body itemscope itemtype='http://schema.org/WebPage' class='home'> | |
<header itemscope itemtype='http://schema.org/WPHeader' id='masthead' role='banner' class='header'> | |
<a class='logo' href='/'><img itemprop='logo' src='logo.png' alt='logo'></a> | |
<nav role='navigation'> | |
<a href='/about'>About</a> | |
<a href='/contact'>Contact</a> | |
</nav> | |
</header> | |
<main itemprop id='content' role='main'> | |
<div class='content-wrap' id='content' role='region'> | |
</div> | |
</main> | |
<footer itemscope itemtype='http://schema.org/WPFooter' id='footer' role='contentinfo' class='footer'> | |
<div itemscope itemtype='http://schema.org/Organization'> | |
<span itemprop='name'>Organization name</span> | |
Контакты: | |
<div itemprop='address' itemscope itemtype='http://schema.org/PostalAddress'> | |
Адрес: | |
<span itemprop='streetAddress'></span> | |
<span itemprop='postalCode'>123456</span> | |
<span itemprop='addressLocality'>Moscow</span>, | |
</div> | |
Телефон:<span itemprop='telephone'></span>, | |
Электронная почта: <span itemprop='email'></span> | |
</div> | |
<p>Copyright © 2018 Company name</p> | |
<script type='application/ld+json'> | |
{ | |
'@context': 'http://www.schema.org', | |
'@type': 'WebSite', | |
'name': 'fullname', | |
'alternateName': 'name', | |
'url': 'http://website.ru' | |
} | |
</script> | |
<!-- jQuery first, then Bootstrap JS --> | |
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script> | |
<script src='https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js'></script> | |
<script src='https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js'></script> | |
<script> | |
(function (d, w, c) { | |
(w[c] = w[c] || []).push(function () { | |
try { | |
w.yaCounter11111111 = new Ya.Metrika({ | |
id: 11111111, | |
clickmap: true, | |
trackLinks: true, | |
accurateTrackBounce: true, | |
webvisor: true | |
}); | |
} catch (e) {} | |
}); | |
var n = d.getElementsByTagName('script')[0], | |
s = d.createElement('script'), | |
f = function () { | |
n.parentNode.insertBefore(s, n); | |
}; | |
s.type = 'text/javascript'; | |
s.async = true; | |
s.src = 'https://mc.yandex.ru/metrika/watch.js'; | |
if (w.opera == '[object Opera]') { | |
d.addEventListener('DOMContentLoaded', f, false); | |
} else { | |
f(); | |
} | |
})(document, window, 'yandex_metrika_callbacks'); | |
</script> | |
<noscript> | |
<div><img src='https://mc.yandex.ru/watch/11111111' style='position:absolute; left:-9999px;' alt='' /></div> | |
</noscript> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment