-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·46 lines (35 loc) · 1.05 KB
/
index.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
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/romellfudi/romellfudi.github.io/master/assets/public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SANNA BOT</title>
<script src="libraries/rivescript.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="libraries/p5.js"></script>
<script src="libraries/p5.dom.js"></script>
<script src="libraries/p5.sound.js"></script>
<script src="libraries/p5.speech.js"></script>
<script src="sketch.js"></script>
</head>
<body>
<h1>Red Clinicas SANNA - Chatbot</h1>
<p>
Consulta: <input id="user_input"></input>
<button id="submit">submit</button>
</p>
<p>
<span id="output"></span>
</p>
<p>
</p>
<p>
----------------- Log de la Conversación: -----------------
</p>
</body>
</html>