anything-llm/embed/index.html
timothycarambat 9fc45daf77 more style support
reopen if chat was last opened
2024-02-02 13:31:26 -08:00

13 lines
379 B
HTML

<!doctype html>
<html lang="en">
<body>
<h1>This is an example testing page for embedded AnythingLLM.</h1>
<!--
<script data-embed-id="example-uuid" data-base-api-url='http://localhost:3001/api/embed' data-open-on-load="on"
src="/dist/anythingllm-chat-widget.js"> USE THIS SRC FOR DEVELOPMENT SO CHANGES APPEAR!
</script>
-->
</body>
</html>