-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOnlybot.html
41 lines (37 loc) · 2.43 KB
/
Onlybot.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<link href="/css/bot.css" rel="stylesheet" />
<link href="/css/bootstrap.min.css?v=20170822" rel="stylesheet" type="text/css" />
<link href="/css/style.css?v=20210603" rel="stylesheet" type="text/css" />
<link href="/css/bootstrap.min.css?v=20170822" rel="stylesheet" type="text/css" />
<link href="/css/font-awesome.css?v=20170822" rel="stylesheet" type="text/css" />
<link href="/css/ionicons.css?v=20170822" rel="stylesheet" type="text/css" />
<link href="/css/plugin/sidebar-menu.css?v=20170822" rel="stylesheet" type="text/css" />
<link href="/css/plugin/animate.css?v=20170822" rel="stylesheet" type="text/css" />
<link href="/css/jquery-ui.css?v=20170822" rel="stylesheet" type="text/css" />
</head>
<body >
<div id="botContainer"> </div>
<script src="/js/jquery-1.11.2.min.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/tether.min.js?v=20170822" type="text/javascript"></script>
<script src="/js/bootstrap.min.js?v=20170822" type="text/javascript"></script>
<script src="/js/resource.js?v=20190304" type="text/javascript"></script>
<script src="/js/renderBot.js" type="text/javascript"> </script>
<script src="https://cdn.botframework.com/botframework-webchat/0.14.1/botchat-es5.js"></script>
<script src="/js/plugin/jquery.fitvids.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/jquery.viewportchecker.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/jquery.stellar.min.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/wow.min.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/jquery.colorbox-min.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/owl.carousel.2.0.0-beta.3.min.js"></script>
<script src="/js/plugin/isotope.pkgd.min.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/masonry.pkgd.min.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/imagesloaded.pkgd.min.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/jquery.fs.tipper.min.js?v=20170822" type="text/javascript"></script>
<script src="/js/plugin/mediaelement-and-player.min.js?v=20170822"></script>
<script src="/js/plugin/sidebar-menu.js?v=20170822" type="text/javascript"></script>
</body>
</html>