Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
4cf5669fa5
commit
ced96185b7
21
js/ui/botui/examples/tmpl-index.html
Normal file
21
js/ui/botui/examples/tmpl-index.html
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<!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">
|
||||||
|
<EXAMPLES-HERE>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user