29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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>
 |