-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlawrence.html
41 lines (28 loc) · 979 Bytes
/
lawrence.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
GNU nano 4.8 lawrence.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script
crossorigin="anonymous"
src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"
></script>
<title>Lawrence Chatbot</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- inject:js -->
<!-- endinject -->
</head>
<body>
<div id='app'>
Welcome, I am Lawrence! I am a legal aid chat bot designed to relay messages.
<br>
Start chatting in the box below, please be aware that I am still in development.
</div>
<!-- inject:js -->
<!-- endinject -->
<iframe src="https://webchat.botframework.com/embed/lawrenceaid?s=8jm2SfUCqbM.jli3z5VHTss4Z_cxMbl253TpSpy>
<div id='convobox'>
<a href='https://teams.microsoft.com/l/chat/0/0?users=28:4204cf33-090a-48d0-85e4-754fcd2d974f'><img src='>
</div>
</body>
</html>