-
Notifications
You must be signed in to change notification settings - Fork 54
/
index.html
29 lines (27 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BotUI Examples</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link rel="stylesheet" href="./style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Examples of conversational UIs built using BotUI.">
</head>
<body>
<div class="container">
<h2>BotUI Examples</h2>
<p>Examples of conversational UIs built using BotUI. See examples on <a href="https://github.com/moinism/botui-examples">Github</a></p>
<div class="examples">
<a href="./delivery-bot">Delivery Bot</a>
<a href="./git-stars-bot">Git Stars Bot</a>
<a href="./hello-world">Hello World</a>
<a href="./hello-world-webpack">Hello World Webpack</a>
<a href="./hello-world-with-html">Hello World With Html</a>
<a href="./reminder-bot">Reminder Bot</a>
<a href="./rock-paper-scissors">Rock Paper Scissors</a>
<a href="./thermostat-bot">Thermostat Bot</a>
</div>
</div>
</body>
</html>