Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:37:22 +02:00
parent 5dec7c33a4
commit ed3385b435

View File

@ -0,0 +1,28 @@
<!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="Exmaples of conversational UIs built using BotUI.">
</head>
<body>
<div class="container">
<h2>BotUI Examples</h2>
<p>Examples of conversational UIs built using BotUI. See exmaples 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="./thermostat-bot">Thermostat Bot</a>
</div>
</div>
</body>
</html>