Pin JSDelivr version
parent
0ad5496466
commit
51c0ab0b52
|
@ -18,8 +18,8 @@ Observe the live demo here: [shareon.js.org](https://shareon.js.org)
|
||||||
Include the link to shareon's JS and CSS in your website:
|
Include the link to shareon's JS and CSS in your website:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<link href="https://cdn.jsdelivr.net/npm/shareon@1/dist/shareon.min.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.css" rel="stylesheet">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/shareon@1/dist/shareon.min.js" type="text/javascript"></script>
|
<script src="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.js" type="text/javascript"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
or install it via NPM use it in a JS file that you will bundle:
|
or install it via NPM use it in a JS file that you will bundle:
|
||||||
|
|
|
@ -103,9 +103,9 @@
|
||||||
Include the link to shareon's JS and CSS in your website:
|
Include the link to shareon's JS and CSS in your website:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre><code><link href="https://cdn.jsdelivr.net/npm/shareon@1/dist/shareon.min.css"
|
<pre><code><link href="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.css"
|
||||||
rel="stylesheet">
|
rel="stylesheet">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/shareon@1/dist/shareon.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.js"
|
||||||
type="text/javascript"></script></code></pre>
|
type="text/javascript"></script></code></pre>
|
||||||
|
|
||||||
<p>or install it via NPM use it in a JS file that you will later bundle:</p>
|
<p>or install it via NPM use it in a JS file that you will later bundle:</p>
|
||||||
|
@ -225,7 +225,7 @@
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/shareon@1/dist/shareon.min.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.css" rel="stylesheet">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/shareon@1/dist/shareon.min.js" type="text/javascript"></script>
|
<script src="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.js" type="text/javascript"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue