-
-
Save Hacking-NASSA-with-HTML/da1f58b130a2989ea01e74faa41fab75 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" prefix="og: http://ogp.me/ns#"> | |
<head> | |
<!-- Required --> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no, maximum-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta http-equiv="cleartype" content="on"> | |
<meta http-equiv="msthemecompatible" content="no"> | |
<meta name="msapplication-tap-highlight" content="no"> | |
<!-- Robots --> | |
<meta name="robots" content="all/none"> | |
<!-- https://yandex.ru/support/webmaster/controlling-robot/html.html#canonical --> | |
<link rel="canonical" href="http://example.com"> | |
<!-- Mobile Version --> | |
<link rel="alternate" media="only screen and (max-width: 560px)" href="http://m.example.com/"> | |
<!-- Other localizations --> | |
<link rel="alternate" hreflang="en" href="http://example.com/en"> | |
<!-- App --> | |
<meta name="google-play-app" content="app-id=xxxxxxxxx"> | |
<meta name="apple-itunes-app" content="app-id=xxxxxxxxx"> | |
<!-- Favicons --> | |
<link rel="shortcut icon" href="/favicon.ico"> | |
<link rel="icon" type="image/png" sizes="16x16" href="/16x16.png"> | |
<link rel="icon" type="image/png" sizes="32x32" href="/32x32.png"> | |
<link rel="manifest" href="manifest.json"> | |
<!-- IE --> | |
<meta name="application-name" content="My application"> | |
<meta name="msapplication-navbutton-color" content="#000000"> | |
<meta name="msapplication-TileColor" content="#ffffff"> | |
<meta name="msapplication-TileImage" content="/144x144.png"> | |
<meta name="msapplication-square70x70logo" content="/558x558.png"> | |
<meta name="msapplication-square150x150logo" content="/558x558.png"> | |
<meta name="msapplication-square310x310logo" content="/558x558.png"> | |
<meta name="msapplication-wide310x150logo" content="/558x270.png"> | |
<!-- Safari --> | |
<meta name="apple-mobile-web-app-title" content="ShortName"> | |
<link rel="apple-touch-icon" href="/180x180.png"> | |
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000"> | |
<!-- Yandex --> | |
<meta name="yandex-tableau-widget" content="logo=http://sitename.com/120x120.png, color=#ffffff"> | |
<!-- Chrome Mobile --> | |
<meta name="theme-color" content="#ffffff"> | |
<!-- Open Graph --> | |
<meta property="og:type" content="website"> | |
<meta property="og:locale" content="ru_RU"> | |
<meta property="og:url" content="http://example.com"> | |
<meta property="og:site_name" content="Название сайта"> | |
<meta property="og:title" content="Заголовок страницы"> | |
<meta property="og:description" content="Описание страницы"> | |
<link rel="image_src" href="http://example.com/968x504.png"> | |
<meta property="og:image" content="http://example.com/968x504.png"> | |
<meta property="og:image:width" content="968"> | |
<meta property="og:image:height" content="504"> | |
<!-- Twitter --> | |
<meta name="twitter:card" content="summary_large_image"> | |
<meta name="twitter:creator" content="@author"> | |
<meta name="twitter:site" content="@organization"> | |
<!-- Google+ --> | |
<link rel="author" href="https://plus.google.com/authorID"> | |
<link rel="publisher" href="https://plus.google.com/organizationID"> | |
<!-- SEO --> | |
<title>Title</title> | |
<meta name="description" content="Description"> | |
<meta name="keywords" content="tag1, tag2"> | |
<!-- Fetch DNS for cross-domain requests, low priority --> | |
<link rel="dns-prefetch" href="//example.com"> | |
<!-- Websocket preconnect, crossorigin for cross-domain requests, low priority --> | |
<link rel="preconnect" href="//www.example.com" crossorigin> | |
<!-- Fetch and cache files, low priority --> | |
<link rel="prefetch" href="image.png"> | |
<!-- Prerender page, low priority --> | |
<link rel="prerender" href="http://css-tricks.com"> | |
<!-- Load and cache files, crossorigin for fonts, high priority --> | |
<link rel="preload" href="very_important.js" as="script/style/image/font/audio/video"> | |
<!-- | |
All icons | |
favicon.ico (16x16) | |
safari-pinned-tab.svg | |
16x16.png | |
32x32.png | |
120x120.png | |
144x144.png | |
180x180.png | |
192x192.png | |
512x512.png | |
558x270.png | |
558x558.png | |
968x504.png - image for social media sharing | |
--> | |
</head> | |
<body> | |
<!-- saved from url=(0014)about:internet --> | |
<noscript> | |
Вы отключили технологию JavaScript, которая необходима для работы сайта. Включите JavaScript в настройках браузера. | |
</noscript> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment