NeonClary commited on
Commit
bcdbb51
·
1 Parent(s): 03151b9

Use Neon.ai logo as browser tab favicon

Browse files
Files changed (1) hide show
  1. frontend/public/index.html +3 -2
frontend/public/index.html CHANGED
@@ -3,9 +3,10 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
 
6
  <meta name="theme-color" content="#6366F1" />
7
- <meta name="description" content="LLMChats3 - Watch two LLMs have a conversation" />
8
- <title>LLMChats3</title>
9
  </head>
10
  <body>
11
  <div id="root"></div>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <link rel="icon" type="image/png" href="/neon-logo.png" />
7
  <meta name="theme-color" content="#6366F1" />
8
+ <meta name="description" content="Neon.ai - AI to AI Conversations" />
9
+ <title>Neon.ai - AI to AI Conversations</title>
10
  </head>
11
  <body>
12
  <div id="root"></div>