2023-03-03 06:25:10 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-08-13 15:51:50 +02:00
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="https://i.ibb.co/3TN9CRm/image.png" />
|
2023-08-13 15:31:29 +02:00
|
|
|
<meta property="og:image" content="https://i.ibb.co/sRkYRTr/image.png" />
|
|
|
|
<meta name="twitter:image" content="https://i.ibb.co/sRkYRTr/image.png" />
|
2023-03-04 00:30:09 +01:00
|
|
|
<meta
|
|
|
|
name="description"
|
2023-08-13 15:31:29 +02:00
|
|
|
content="Play and chat smarter with Nova BetterChat - an amazing open-source web app with a better UI for exploring NovaAI's LLM API! "
|
2023-03-04 00:30:09 +01:00
|
|
|
/>
|
|
|
|
<meta
|
|
|
|
name="twitter:description"
|
2023-08-13 15:31:29 +02:00
|
|
|
content="Play and chat smarter with Nova BetterChat - an amazing open-source web app with a better UI for exploring NovaAI's LLM API! "
|
2023-03-04 00:30:09 +01:00
|
|
|
/>
|
2023-08-13 15:31:29 +02:00
|
|
|
<meta name="twitter:title" content="BetterChat" />
|
2023-03-04 00:30:09 +01:00
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
2023-08-13 15:31:29 +02:00
|
|
|
<title>BetterChat</title>
|
2023-03-03 06:25:10 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2023-03-05 05:26:47 +01:00
|
|
|
<div id="modal-root"></div>
|
2023-03-03 06:25:10 +01:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|