mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 14:30:11 +01:00
36 lines
1.5 KiB
HTML
36 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>AnythingLLM | Your personal LLM trained on anything</title>
|
|
|
|
<meta name="title" content="AnythingLLM | Your personal LLM trained on anything">
|
|
<meta name="description" content="AnythingLLM | Your personal LLM trained on anything">
|
|
|
|
<!-- Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://anything-llm.ai">
|
|
<meta property="og:title" content="AnythingLLM | Your personal LLM trained on anything">
|
|
<meta property="og:description" content="AnythingLLM | Your personal LLM trained on anything">
|
|
<meta property="og:image" content="https://anything-llm.ai/promo.png">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:url" content="https://anything-llm.ai">
|
|
<meta property="twitter:title" content="AnythingLLM | Your personal LLM trained on anything">
|
|
<meta property="twitter:description" content="AnythingLLM | Your personal LLM trained on anything">
|
|
<meta property="twitter:image" content="https://anything-llm.ai/promo.png">
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="/favicon.ico" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root" class="h-screen"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
|
|
</html> |