We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f2150 commit ccea8b1Copy full SHA for ccea8b1
1 file changed
support/demo_template/index.html
@@ -10,7 +10,7 @@
10
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.2.0/css/bootstrap.css">
11
<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.1.0/styles/github.min.css">
12
<script src="markdown-it.js"></script>
13
- <script src="https://twemoji.maxcdn.com/twemoji.min.js"></script>
+ <script src="https://unpkg.com/twemoji@14.0.2/dist/twemoji.min.js" crossorigin="anonymous"></script>
14
<link rel="stylesheet" href="index.css">
15
<script src="index.js"></script>
16
</head>
0 commit comments