You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.6 KiB

11 months ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="/favicon.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>AnythingLLM | Your personal LLM trained on anything</title>
  8. <meta name="title" content="AnythingLLM | Your personal LLM trained on anything">
  9. <meta name="description" content="AnythingLLM | Your personal LLM trained on anything">
  10. <!-- Facebook -->
  11. <meta property="og:type" content="website">
  12. <meta property="og:url" content="https://anythingllm.com">
  13. <meta property="og:title" content="AnythingLLM | Your personal LLM trained on anything">
  14. <meta property="og:description" content="AnythingLLM | Your personal LLM trained on anything">
  15. <meta property="og:image"
  16. content="https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png">
  17. <!-- Twitter -->
  18. <meta property="twitter:card" content="summary_large_image">
  19. <meta property="twitter:url" content="https://anythingllm.com">
  20. <meta property="twitter:title" content="AnythingLLM | Your personal LLM trained on anything">
  21. <meta property="twitter:description" content="AnythingLLM | Your personal LLM trained on anything">
  22. <meta property="twitter:image"
  23. content="https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png">
  24. <link rel="icon" href="/favicon.png" />
  25. <link rel="apple-touch-icon" href="/favicon.png" />
  26. </head>
  27. <body>
  28. <div id="root" class="h-screen"></div>
  29. <script type="module" src="/src/main.jsx"></script>
  30. </body>
  31. </html>