nova-betterchat/index.html

29 lines
1.1 KiB
HTML
Raw Normal View History

2023-03-03 06:25:10 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-03-04 00:30:09 +01:00
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
2023-03-03 23:55:02 +01:00
<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-05 05:01:58 +01:00
<meta property="og:image" content="https://freechatgpt.chat/preview.jpg" />
<meta name="twitter:image" content="https://freechatgpt.chat/preview.jpg" />
2023-03-04 00:30:09 +01:00
<meta
name="description"
content="Access unrestricted ChatGPT from anywhere in the world, completely free of charge!"
/>
<meta
name="twitter:description"
content="Access unrestricted ChatGPT from anywhere in the world, completely free of charge!"
/>
<meta name="twitter:title" content="ChatGPTFreeApp" />
<meta name="twitter:card" content="summary_large_image" />
2023-03-04 05:06:10 +01:00
<title>Free ChatGPT</title>
2023-03-03 06:25:10 +01:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>