mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Updates browser logos
This commit is contained in:
parent
162aebfb41
commit
0bee39abc0
BIN
assets/chrome.png
Normal file
BIN
assets/chrome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
assets/firefox.png
Normal file
BIN
assets/firefox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
assets/ie.png
Normal file
BIN
assets/ie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
assets/opera.png
Normal file
BIN
assets/opera.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
assets/safari.png
Normal file
BIN
assets/safari.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
12
index.html
12
index.html
@ -32,7 +32,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><
|
||||
|
||||
<p>That's why clipboard.js exists.</p>
|
||||
|
||||
<p>And remember <a href="https://www.youtube.com/watch?v=b23wrRfy7SM">with great power comes great responsibility</a>.</p>
|
||||
<p>And don't be a jerk, use it responsibly :)</p>
|
||||
|
||||
<h1 id="install">Install</h1>
|
||||
|
||||
@ -162,22 +162,22 @@ var btns = clipboard.triggers;</code></pre>
|
||||
|
||||
<ul class="support">
|
||||
<li>
|
||||
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/chrome/chrome_128x128.png" width="64" height="64" alt="Chrome logo">
|
||||
<img src="assets/chrome.png" width="64" height="64" alt="Chrome logo">
|
||||
<p>Chrome 42+</p>
|
||||
<li>
|
||||
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/firefox/firefox_128x128.png" width="64" height="64" alt="Firefox logo">
|
||||
<img src="assets/firefox.png" width="64" height="64" alt="Firefox logo">
|
||||
<p>Firefox 41+</p>
|
||||
</li>
|
||||
<li>
|
||||
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/internet-explorer/internet-explorer_128x128.png" width="64" height="64" alt="Internet Explorer logo">
|
||||
<img src="assets/ie.png" width="64" height="64" alt="Internet Explorer logo">
|
||||
<p>IE 9+</p>
|
||||
</li>
|
||||
<li>
|
||||
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/opera/opera_128x128.png" width="64" height="64" alt="Opera logo">
|
||||
<img src="assets/opera.png" width="64" height="64" alt="Opera logo">
|
||||
<p>Opera 29+</p>
|
||||
</li>
|
||||
<li>
|
||||
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/safari/safari_128x128.png" width="64" height="64" alt="Safari logo">
|
||||
<img src="assets/safari.png" width="64" height="64" alt="Safari logo">
|
||||
<p>Safari ✘</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user