David Pomerenke
commited on
Commit
·
140e08c
1
Parent(s):
a3e21c6
More concise title
Browse files
frontend/public/index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<meta name="theme-color" content="#000000" />
|
8 |
<meta
|
9 |
name="description"
|
10 |
-
content="Global AI
|
11 |
/>
|
12 |
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
13 |
<!--
|
@@ -24,7 +24,7 @@
|
|
24 |
work correctly both with client-side routing and a non-root public URL.
|
25 |
Learn how to configure a non-root public URL by running `npm run build`.
|
26 |
-->
|
27 |
-
<title>Global AI
|
28 |
</head>
|
29 |
<body>
|
30 |
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
7 |
<meta name="theme-color" content="#000000" />
|
8 |
<meta
|
9 |
name="description"
|
10 |
+
content="Global AI Monitor"
|
11 |
/>
|
12 |
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
13 |
<!--
|
|
|
24 |
work correctly both with client-side routing and a non-root public URL.
|
25 |
Learn how to configure a non-root public URL by running `npm run build`.
|
26 |
-->
|
27 |
+
<title>Global AI Monitor</title>
|
28 |
</head>
|
29 |
<body>
|
30 |
<noscript>You need to enable JavaScript to run this app.</noscript>
|