Skip to content

Commit 167ad29

Browse files
authored
Update index.html
1 parent ea98936 commit 167ad29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vuejs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-keyboard@latest/build/css/index.css">
4646
<link rel="stylesheet" href="../assets/css/main.css" />
4747
<link rel="stylesheet" href="custom.css" />
48-
<link href="https://rawgit.com/ellekasai/twemoji-awesome/gh-pages/twemoji-awesome.css" rel="stylesheet">
48+
<link href="https://virtual-keyboard.js.org/assets/css/twemoji-awesome.css" rel="stylesheet">
4949
<noscript>
5050
<link rel="stylesheet" href="../assets/css/noscript.css" />
5151
</noscript>
@@ -129,8 +129,8 @@ <h2><i class="twa twa-stars"></i> Supported Languages</h2>
129129
</div>
130130

131131
<!-- Scripts -->
132-
<script src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js" crossorigin="anonymous"></script>
133132
<script src="https://cdn.jsdelivr.net/npm/simple-keyboard@latest/build/index.js"></script>
133+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/2/twemoji.min.js" crossorigin="anonymous"></script>
134134
<script src="../assets/js/jquery.min.js"></script>
135135
<script src="../assets/js/main.js"></script>
136136
</body>

0 commit comments

Comments
 (0)