mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Fix #248
This commit is contained in:
parent
8a4fb098bf
commit
5e80c7cb4f
@ -7,7 +7,7 @@
|
||||
<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 3kb gzipped">
|
||||
<meta property="og:description" content="A modern approach to copy text to clipboard. No Flash. No frameworks. Just 3kb gzipped">
|
||||
<meta property="og:url" content="https://zenorocha.github.io/clipboard.js/">
|
||||
<meta property="og:image" content="https://zenorocha.github.io/clipboard.js/assets/images/facebook.png">
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<header class="header gradient text-center">
|
||||
<h1 class="title">clipboard.js</h1>
|
||||
<h2 class="subtitle">A modern approach to copy text to clipboard</h2>
|
||||
<h2 class="subtitle">No Flash. No dependencies. Just 3kb gzipped</h2>
|
||||
<h2 class="subtitle">No Flash. No frameworks. Just 3kb gzipped</h2>
|
||||
<p class="gh-btns">
|
||||
<iframe src="https://ghbtns.com/github-btn.html?user=zenorocha&repo=clipboard.js&type=watch&count=true&size=large"
|
||||
allowtransparency="true" frameborder="0" scrolling="0" width="152" height="30"></iframe>
|
||||
|
Loading…
Reference in New Issue
Block a user