Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
4e8682e44f
commit
db0c4155ee
19
js/ui/botui/examples/hello-world-with-html/index.html
Normal file
19
js/ui/botui/examples/hello-world-with-html/index.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>BotUI - Hello World with HTML</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 with HTML in content. A conversational UI built using BotUI.">
|
||||
</head>
|
||||
<body>
|
||||
<div class="botui-app-container" id="hello-world">
|
||||
<bot-ui></bot-ui>
|
||||
</div>
|
||||
<script src="https://cdn.jsdelivr.net/vue/2.0.5/vue.min.js"></script>
|
||||
<script src="https://unpkg.com/botui/build/botui.js"></script>
|
||||
<script src="./hello-world.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user