jaykin01 commited on
Commit
d6208ce
·
verified ·
1 Parent(s): d3d594d

Create ind

Browse files
Files changed (1) hide show
  1. ind +14 -0
ind ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <body>
4
+ <div
5
+ data-root-element-id="storybook-preview-wrapper"
6
+ id="rasa-chat-widget"
7
+ data-websocket-url="http://localhost:5005"
8
+ ></div>
9
+ <script
10
+ src="https://unpkg.com/@rasahq/rasa-chat"
11
+ type="application/javascript"
12
+ ></script>
13
+ </body>
14
+ </html>