Adds facebook image and improves title/description

This commit is contained in:
Zeno Rocha
2015-09-27 18:07:19 -07:00
parent b1f3dfe951
commit 82e40ac466
2 changed files with 7 additions and 2 deletions

View File

@@ -2,9 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>clipboard.js</title>
<title>clipboard.js &mdash; Copy to clipboard without Flash</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A modern approach to copy text to clipboard. No Flash. No dependencies. Just 2kb">
<meta name="description" content="Copy text to the clipboard shouldn't be hard. It shouldn't require dozens of steps to configure or hundreds of KBs to load. But most of all, it shouldn't depend on Flash or any bloated framework. That's why clipboard.js exists.">
<meta property="og:title" content="clipboard.js">
<meta property="og:description" content="A modern approach to copy text to clipboard. No Flash. No dependencies. Just 2kb">
<meta property="og:url" content="http://zenorocha.github.io/clipboard.js/">
<meta property="og:image" content="http://zenorocha.github.io/clipboard.js/assets/images/facebook.png">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="bower_components/primer-css/css/primer.css">