Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
246755ed5d
commit
ad51472480
17
js/ui/botui/examples/hello-world-webpack/index.html
Normal file
17
js/ui/botui/examples/hello-world-webpack/index.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>BotUI - Hello World with Webpack</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 hello world bot using weback. A conversational UI built using BotUI.">
|
||||
</head>
|
||||
<body>
|
||||
<div class="botui-app-container" id="hello-world">
|
||||
<bot-ui></bot-ui>
|
||||
</div>
|
||||
<script src="./build.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user