Updated both CSS and JS CDNs
Browse files- web/index.html +2 -2
web/index.html
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<head>
|
2 |
<link rel="stylesheet"
|
3 |
-
href="https://
|
4 |
</head>
|
5 |
|
6 |
<body>
|
7 |
<div class="chat-container"></div>
|
8 |
|
9 |
<script
|
10 |
-
src="https://
|
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({
|