mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 15:44:00 +01:00
27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="https://i.ibb.co/3TN9CRm/image.png" />
|
|
<meta property="og:image" content="https://i.ibb.co/sRkYRTr/image.png" />
|
|
<meta name="twitter:image" content="https://i.ibb.co/sRkYRTr/image.png" />
|
|
<meta
|
|
name="description"
|
|
content="Play and chat smarter with Nova BetterChat - an amazing open-source web app with a better UI for exploring NovaAI's LLM API! "
|
|
/>
|
|
<meta
|
|
name="twitter:description"
|
|
content="Play and chat smarter with Nova BetterChat - an amazing open-source web app with a better UI for exploring NovaAI's LLM API! "
|
|
/>
|
|
<meta name="twitter:title" content="BetterChat" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<title>BetterChat</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="modal-root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|