anything-llm/embed/index.html

11 lines
312 B
HTML
Raw Normal View History

2024-01-25 02:20:26 +01:00
<!doctype html>
<html lang="en">
2024-01-25 02:20:26 +01:00
<body>
<h1>This is an example testing page for embedded AnythingLLM.</h1>
2024-02-02 01:20:44 +01:00
<script data-embed-id="example-uuid" data-base-api-url='http://localhost:3001/api/embed' data-open-on-load="on"
src="/dist/embedded-anything-llm.umd.js">
</script>
2024-01-25 02:20:26 +01:00
</body>
</html>