aamirbutt commited on
Commit
0a37044
·
1 Parent(s): 5633361

Updated both CSS and JS CDNs

Browse files
Files changed (1) hide show
  1. web/index.html +2 -2
web/index.html CHANGED
@@ -1,13 +1,13 @@
1
  <head>
2
  <link rel="stylesheet"
3
- href="https://npm-scalableminds.s3.eu-central-1.amazonaws.com/@scalableminds/chatroom@master/dist/Chatroom.css" />
4
  </head>
5
 
6
  <body>
7
  <div class="chat-container"></div>
8
 
9
  <script
10
- src="https://npm-scalableminds.s3.eu-central-1.amazonaws.com/@scalableminds/chatroom@master/dist/Chatroom.js" />
11
  </script>
12
  <script type="text/javascript">
13
  var chatroom = new window.Chatroom({
 
1
  <head>
2
  <link rel="stylesheet"
3
+ href="https://cdn.jsdelivr.net/npm/@scalableminds/chatroom@0.12.0/dist/Chatroom.css" />
4
  </head>
5
 
6
  <body>
7
  <div class="chat-container"></div>
8
 
9
  <script
10
+ src="https://cdn.jsdelivr.net/npm/@scalableminds/chatroom@0.12.0/dist/Chatroom.js " />
11
  </script>
12
  <script type="text/javascript">
13
  var chatroom = new window.Chatroom({