nova-betterchat/index.html

29 lines
1.2 KiB
HTML
Raw Normal View History

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-03-23 09:12:57 +01:00
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
2023-03-26 16:29:59 +02:00
<meta property="og:image" content="https://bettergpt.chat/social.png" />
<meta name="twitter:image" content="https://bettergpt.chat/social.png" />
2023-03-04 00:30:09 +01:00
<meta
name="description"
2023-03-25 06:40:42 +01:00
content="Play and chat smarter with BetterChatGPT - an amazing open-source web app with a better UI for exploring OpenAI's ChatGPT API! "
2023-03-04 00:30:09 +01:00
/>
<meta
name="twitter:description"
2023-03-25 06:40:42 +01:00
content="Play and chat smarter with BetterChatGPT - an amazing open-source web app with a better UI for exploring OpenAI's ChatGPT API! "
2023-03-04 00:30:09 +01:00
/>
2023-03-25 06:35:26 +01:00
<meta name="twitter:title" content="Better ChatGPT" />
2023-03-04 00:30:09 +01:00
<meta name="twitter:card" content="summary_large_image" />
2023-03-25 06:35:26 +01:00
<title>Better ChatGPT</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>