mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Update twemoji.maxcdn.com to point to latest scripts
This commit is contained in:
parent
c6fcb3290e
commit
cf0abdf325
@ -33,7 +33,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Twem❤ji</h1>
|
<h1>Twem❤ji</h1>
|
||||||
<p>Sharing Twitter emoji <a href="2/test/preview.html">everywhere</a></p>
|
<p>Sharing Twitter emoji <a href="v/latest/preview-svg.html">everywhere</a></p>
|
||||||
<p><strong>Version 14.0 Is Out!</strong></p>
|
<p><strong>Version 14.0 Is Out!</strong></p>
|
||||||
<p><a href="https://github.com/twitter/twemoji">Grab me on GitHub ↗</a></p>
|
<p><a href="https://github.com/twitter/twemoji">Grab me on GitHub ↗</a></p>
|
||||||
<p>
|
<p>
|
||||||
@ -44,7 +44,7 @@
|
|||||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||||
|
|
||||||
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
|
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
|
||||||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.0"></script>
|
<script src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// I \u2764 emoji!
|
// I \u2764 emoji!
|
||||||
twemoji.parse(document.body);
|
twemoji.parse(document.body);
|
||||||
|
Loading…
Reference in New Issue
Block a user