Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
		
							parent
							
								
									ed3385b435
								
							
						
					
					
						commit
						7b2fa63216
					
				
							
								
								
									
										19
									
								
								js/ui/botui/examples/delivery-bot/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								js/ui/botui/examples/delivery-bot/index.html
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <title>BotUI - Delivery Bot</title>
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 | 
			
		||||
    <link rel="stylesheet" href="https://unpkg.com/botui/build/botui.min.css" />
 | 
			
		||||
    <link rel="stylesheet" href="https://unpkg.com/botui/build/botui-theme-default.css" />
 | 
			
		||||
    <meta name="description" content="A bot that confirms a delivery address for shipping. A conversational UI built using BotUI.">
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    <div class="botui-app-container" id="delivery-bot">
 | 
			
		||||
      <bot-ui></bot-ui>
 | 
			
		||||
    </div>
 | 
			
		||||
    <script src="https://cdn.jsdelivr.net/vue/latest/vue.min.js"></script>
 | 
			
		||||
    <script src="https://unpkg.com/botui/build/botui.js"></script>
 | 
			
		||||
    <script src="./delivery-bot.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user