mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 17:54:00 +01:00
add: html meta
This commit is contained in:
parent
6697997add
commit
b0dcc10366
13
index.html
13
index.html
|
@ -4,8 +4,21 @@
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<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="32x32" href="/favicon-32x32.png" />
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
|
<meta property="og:image" content="https://freechatgpt.chat/landing.png" />
|
||||||
|
<meta name="twitter:image" content="https://freechatgpt.chat/landing.png" />
|
||||||
|
<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" />
|
||||||
<title>ChatGPT Free</title>
|
<title>ChatGPT Free</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
BIN
public/apple-touch-icon.png
Normal file
BIN
public/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
public/landing.png
Normal file
BIN
public/landing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
Loading…
Reference in a new issue