Skip to content

Instantly share code, notes, and snippets.

@rovizon
Last active December 28, 2017 14:07
Show Gist options
  • Save rovizon/a8c3f5163449ac7ed366e4f274f07a1c to your computer and use it in GitHub Desktop.
Save rovizon/a8c3f5163449ac7ed366e4f274f07a1c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="https://example.com/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://example.com/css/style.css">
<link rel="image_src" href="https://example.com/image.png">
<link rel="canonical" href="https://example.com/">
<meta property="og:title" content="Title">
<meta property="og:description" content="Description">
<meta property="og:url" content="https://example.com">
<meta property="og:image" content="https://example.com/image.png">
<meta property="og:type" content="website">
<title>Title</title>
<meta name="description" content="Description">
<meta name="keywords" content="Keywords">
<meta name="author" content="RovieD">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="wrapper">
<header class="header">
</header>
<section class="content">
</section>
<footer class="footer">
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment