mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 14:30:11 +01:00
38 lines
1.6 KiB
HTML
38 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
|
<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://useanything.com">
|
|
<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://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:url" content="https://useanything.com">
|
|
<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://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png">
|
|
|
|
<link rel="icon" href="/favicon.png" />
|
|
<link rel="apple-touch-icon" href="/favicon.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root" class="h-screen"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
|
|
</html> |