mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Updates headline
This commit is contained in:
parent
1f7ae72efd
commit
98548fbd06
10
index.html
10
index.html
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>clipboard.js</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="A modern approach to copy & cut to the clipboard. No Flash. No dependencies. Just 2kb">
|
||||
<meta name="description" content="A modern approach to copy text to clipboard. No Flash. No dependencies. Just 2kb">
|
||||
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="bower_components/primer-css/css/primer.css">
|
||||
@ -15,7 +15,7 @@
|
||||
<body>
|
||||
<header class="header gradient text-center">
|
||||
<h1 class="title">clipboard.js</h1>
|
||||
<h2 class="subtitle">A modern approach to copy & cut to the clipboard</h2>
|
||||
<h2 class="subtitle">A modern approach to copy text to clipboard</h2>
|
||||
<h2 class="subtitle">No Flash. No dependencies. Just 2kb</h2>
|
||||
<p class="gh-btns">
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=zenorocha&repo=clipboard.js&type=watch&count=true&size=large"
|
||||
@ -58,7 +58,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><
|
||||
|
||||
<div id="example-1" class="example">
|
||||
<div class="flash flash-error hidden">
|
||||
Sorry, your browser do not support copy & cut to the clipboard.
|
||||
Sorry, your browser do not support copy text to clipboard.
|
||||
</div>
|
||||
|
||||
<button class="btn" data-action="copy" data-text="Just because you can doesn't mean you should — clipboard.js">Copy to the clipboard</button>
|
||||
@ -74,7 +74,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><
|
||||
|
||||
<div id="example-2" class="example">
|
||||
<div class="flash flash-error hidden">
|
||||
Sorry, your browser do not support copy & cut to the clipboard.
|
||||
Sorry, your browser do not support copy text to clipboard.
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
@ -100,7 +100,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><
|
||||
|
||||
<div id="example-3" class="example">
|
||||
<div class="flash flash-error hidden">
|
||||
Sorry, your browser do not support copy & cut to the clipboard.
|
||||
Sorry, your browser do not support copy text to clipboard.
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
|
Loading…
Reference in New Issue
Block a user