forked from malevy/maze-agent-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 828 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>maze-agent-bot</title>
</head>
<body>
an experiment with Microsoft's Bot Framework. Visit <a href="http://mazeagent.malevy.net">MazeAgent</a> for
more information.
<div>
<iframe
src="https://webchat.botframework.com/embed/maze-agent-bot?s=UQjpxoLpy5U.cwA.xAo.udYfryS7JloZwewqH7-hGB4VZ2lWerFGRkW53c4dfOs"
style="height: 502px; max-height: 502px;">
</iframe>
</div>
<div>
If you prefer, the bot can be accessed from Skype:
<a href='https://join.skype.com/bot/a84d40a3-b146-4397-81cb-576ed66ee57d'>
<img src='https://dev.botframework.com/Client/Images/Add-To-Skype-Buttons.png'>
</a>
</div>
</body>
</html>