13 lines
457 B
HTML
13 lines
457 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body style="font-family:'Segoe UI'">
|
|
<h1>Simple_Bot_Application</h1>
|
|
<p>Describe your bot here and your terms of use etc.</p>
|
|
<p>Visit <a href="https://www.botframework.com/">Bot Framework</a> to register your bot. When you register it, remember to set your bot's endpoint to <pre>https://<i>your_bots_hostname</i>/api/messages</pre></p>
|
|
</body>
|
|
</html>
|