Skip to content

Commit

Permalink
demo: update twemoji cdn, close #912
Browse files Browse the repository at this point in the history
  • Loading branch information
puzrin committed Dec 8, 2023
1 parent 92f2150 commit ccea8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/demo_template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.2.0/css/bootstrap.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.1.0/styles/github.min.css">
<script src="markdown-it.js"></script>
<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>
<link rel="stylesheet" href="index.css">
<script src="index.js"></script>
</head>
Expand Down

0 comments on commit ccea8b1

Please sign in to comment.