-
Notifications
You must be signed in to change notification settings - Fork 1
/
enrty.html
25 lines (21 loc) · 867 Bytes
/
enrty.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>CDABOT</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="node_modules/botui/build/botui.min.css">
<link rel="stylesheet" href="style/theme.css">
</head>
<body>
<div class="botui-app-container" id="cdabot">
<bot-ui></bot-ui>
</div>
<script src="https://cdn.jsdelivr.net/vue/latest/vue.min.js"></script>
<script src="https://unpkg.com/vue-toasted"></script>
<script src="node_modules/botui/build/botui.js"></script>
<script src="core/cdabot.js"></script>
<script src="core/rivescript.js"></script>
<!-- <script src="https://unpkg.com/rivescript@latest/dist/rivescript.min.js"></script>-->
</body>
</html>